mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
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)
|
blk, index, err = parseBlock(block)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// Log and drop improper notification.
|
// Log and drop improper notification.
|
||||||
log.Errorf("recvtx notification bad block: %v", err)
|
log.Errorf("redeemingtx notification bad block: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue