Fix build.
This commit is contained in:
parent
0056958dfa
commit
2dd3fd0a21
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ func handleSendRawTxReply(frontend chan []byte, icmd btcjson.Cmd,
|
||||||
txInfo *CreatedTx) bool {
|
txInfo *CreatedTx) bool {
|
||||||
|
|
||||||
if e != nil {
|
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)
|
ReplyError(frontend, icmd.Id(), e)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue