Branch: refs/heads/master
Home: https://github.com/btcsuite/btcrpcclient
Commit: 34db20393074ee3d7b8f7a8900f577574e2fe53d
https://github.com/btcsuite/btcrpcclient/commit/34db20393074ee3d7b8f7a8900f577574e2fe53d
Author: Dave Collins <[email protected]>
Date: 2015-08-26 (Wed, 26 Aug 2015)
Changed paths:
M rawtransactions.go
Log Message:
-----------
Update SearchRawTransaction calls for latest API.
This commit modifies the SearchRawTransactions and
SearchRawTransactionsVerbose functions to work properly with the latest
searchrawtransactions API in btcd.
In particular, this involves changing the return value from
[]*btcjson.TxRawResult to []*btcjson.SearchRawTransactionResult and
adding the additional optional parameter which specifies whether or not
to include information about the previous outputs.