Branch: refs/heads/master
Home: https://github.com/btcsuite/btcjson
Commit: 1b57f5bf8787714b6363feed6e4e236235ca798d
https://github.com/btcsuite/btcjson/commit/1b57f5bf8787714b6363feed6e4e236235ca798d
Author: Olaoluwa Osuntokun <[email protected]>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M cmdhelp.go
M jsonapi.go
M jsonapi_test.go
M jsoncmd.go
M jsoncmd_test.go
M jsonresults.go
M jsonresults_test.go
Log Message:
-----------
Change searchrawtransaction to be compatible with bitcoind
* Pluralise `searchrawtransaction` -> `searchrawtransactions`
* Change the `verbose` parameter from a bool to an int.