Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 27082ace795217e4ff7dd3ed656ea923917b63cb
https://github.com/conformal/btcd/commit/27082ace795217e4ff7dd3ed656ea923917b63cb
Author: Dave Collins <[email protected]>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M rpcwebsocket.go
Log Message:
-----------
Correct error handling on createMarshalledReply.
This commit correctly sets the error in the marhsalled reply if it is
already a *btcjson.Error. Previously it would only set the error if it
was not of that type which led to some RPC results showing no error when
they actually had one.