Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: a3ccc25e5a8cc35123f075c46dd59897f3d1b27e
https://github.com/conformal/btcd/commit/a3ccc25e5a8cc35123f075c46dd59897f3d1b27e
Author: Josh Rickmar <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Return errors for any sendrawtransaction rejection.
This changes the implementation of the sendrawtransaction RPC handler
to match bitcoind behavior by always returning a rejection error for
any error processing or accepting the tx by the mempool. Previously,
if the tx was rejected for a rule error rather than an actual failure,
a client would still receive the tx sha as a result with no error.