Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: dd4763c7260c53f513b6981fec1b90174038686e
https://github.com/conformal/btcjson/commit/dd4763c7260c53f513b6981fec1b90174038686e
Author: Dave Collins <[email protected]>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M jsonresults.go
Log Message:
-----------
Don't modify nil getnetworkinfo result.
Since the result might not be set when the response does not contain one,
such as in the case when the command is not implemented by the server,
don't attempt to modify it until ensuring it exists.