routing/chainview/btcd: makes rescan logging statement print to trace

This commit is contained in:
Conner Fromknecht 2017-11-10 16:59:37 -08:00
parent 153794adb0
commit e62bb0319d
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 5 additions and 5 deletions

View File

@ -366,12 +366,12 @@ func (b *BtcdFilteredChainView) chainFilterer() {
continue
}
// If no block was returned from the rescan,
// it means no maching transactions were found.
// If no block was returned from the rescan, it
// means no matching transactions were found.
if len(rescanned) != 1 {
log.Debugf("no matching block found "+
"for rescan of hash %v",
blockHash)
log.Tracef("rescan of block %v at "+
"height=%d yielded no "+
"transactions", blockHash, i)
continue
}
decoded, err := decodeJSONBlock(