Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: b866e9f14c5aa7090c21b02302d20e7a615a3ed8
https://github.com/conformal/btcd/commit/b866e9f14c5aa7090c21b02302d20e7a615a3ed8
Author: Dave Collins <[email protected]>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Improve RPC server log of rejected transactions.
Rather than showing all errors from ProcessTransaction as an error, check
if the error is a TxRuleError meaning the transaction was rejected as
opposed to something actually going wrong and log it accordingly.