Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: bc6be3ba693dbf812b2e4b496db395d108e4688a
https://github.com/btcsuite/btcd/commit/bc6be3ba693dbf812b2e4b496db395d108e4688a
Author: Olaoluwa Osuntokun <[email protected]>
Date: 2015-02-23 (Mon, 23 Feb 2015)
Changed paths:
M docs/json_rpc_api.md
Log Message:
-----------
Correct documentation for searchrawtransactions
`searchrawtransactions` can return multiple transactions. Previously the
documentation erroneously had return examples showing only a single tx for each
case.
* The documentation previously presented the output for the `non-verbose`
case as a single json string, instead of an array of json strings.
* Similarly, for the `verbose` mode, the documentation detailed the output as
a single json object, instead of an array of json objects.