Branch: refs/heads/master
Home: https://github.com/conformal/btcws
Commit: 6f08ca8a8a5c105b3ced32be957f99719b8cf415
https://github.com/conformal/btcws/commit/6f08ca8a8a5c105b3ced32be957f99719b8cf415
Author: Dave Collins <[email protected]>
Date: 2014-04-11 (Fri, 11 Apr 2014)
Changed paths:
M cmds.go
M cmds_test.go
Log Message:
-----------
Correct unmarshal for GetAddressBalanceCmd.
The unmarshaller for the GetAddressBalanceCmd was calling the wrong parse
function. It wasn't caught by the tests because the error on
UnmarshalJSON was being ignored, so this commit also updates the tests to check
the
error.