Branch: refs/heads/master
Home: https://github.com/btcsuite/btcrpcclient
Commit: 29a254488756901ef19173b19a22510081c7416c
https://github.com/btcsuite/btcrpcclient/commit/29a254488756901ef19173b19a22510081c7416c
Author: Dave Collins <[email protected]>
Date: 2015-10-07 (Wed, 07 Oct 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 adding a new parameter for the reverse
option which specifies whether or not to include the results in reverse
order.