chainntnfs/btcdnotify: modify logging level from error to warn
This commit is contained in:
parent
75d5396445
commit
49e27c77dd
@ -416,7 +416,7 @@ func (b *BtcdNotifier) attemptHistoricalDispatch(msg *confirmationsNotification,
|
|||||||
tx, err := b.chainConn.GetRawTransactionVerbose(msg.txid)
|
tx, err := b.chainConn.GetRawTransactionVerbose(msg.txid)
|
||||||
if err != nil || tx == nil || tx.BlockHash == "" {
|
if err != nil || tx == nil || tx.BlockHash == "" {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
chainntnfs.Log.Errorf("unable to query for txid(%v): %v",
|
chainntnfs.Log.Warnf("unable to query for txid(%v): %v",
|
||||||
msg.txid, err)
|
msg.txid, err)
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user