diff --git a/cmdmgr.go b/cmdmgr.go index 5e42be6..6520793 100644 --- a/cmdmgr.go +++ b/cmdmgr.go @@ -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 }