Fix logging for improper redeemingtx notifications.
This commit is contained in:
parent
97c9d986d4
commit
757244a8da
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ func (c *Client) onRedeemingTx(tx *btcutil.Tx, block *btcws.BlockDetails) {
|
|||
blk, index, err = parseBlock(block)
|
||||
if err != nil {
|
||||
// Log and drop improper notification.
|
||||
log.Errorf("recvtx notification bad block: %v", err)
|
||||
log.Errorf("redeemingtx notification bad block: %v", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue