Fix build.

This commit is contained in:
Josh Rickmar 2013-11-27 16:07:00 -05:00
parent 0056958dfa
commit 2dd3fd0a21

View file

@ -727,7 +727,7 @@ func handleSendRawTxReply(frontend chan []byte, icmd btcjson.Cmd,
txInfo *CreatedTx) bool {
if e != nil {
log.Errorf("Could not send tx: %v", err)
log.Errorf("Could not send tx: %v", e.Message)
ReplyError(frontend, icmd.Id(), e)
return true
}