Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 9a658c268971ada7a13bc1945f9b4fe00eaf0e41
https://github.com/btcsuite/btcd/commit/9a658c268971ada7a13bc1945f9b4fe00eaf0e41
Author: Dave Collins <[email protected]>
Date: 2015-05-04 (Mon, 04 May 2015)
Changed paths:
M btcjson/chainsvrresults.go
M docs/json_rpc_api.md
M rpcserverhelp.go
Log Message:
-----------
rpcserver: Omit empty getblock->nextblockhash.
This commit omits the nextblockhash field from the getblock RPC result
when there isn't one (i.e for current the tip).
Closes #416.