Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: 3fd59048591784997016540df555baf65221726d
https://github.com/conformal/btcjson/commit/3fd59048591784997016540df555baf65221726d
Author: Josh Rickmar <[email protected]>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M jsoncmd.go
M test_coverage.txt
Log Message:
-----------
Always return unparsableCmds when possible.
This change overrides the cmd return value of custom registered
methods to always return an unparsableCmd if the marshaling as a
JSON-RPC request succeeded, but the request was an invalid structure
for the custom method.