Fix logging for improper redeemingtx notifications.

This commit is contained in:
Josh Rickmar 2014-08-14 15:27:14 -05:00
parent 97c9d986d4
commit 757244a8da

View file

@ -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
}
}