Skip to content

Commit

Permalink
Merge pull request #277 from guggero/neutrino-validation-log
Browse files Browse the repository at this point in the history
verification: mute taproot related err to dbg
  • Loading branch information
Roasbeef authored May 15, 2023
2 parents 9badd7f + 44a9702 commit d209c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func VerifyBasicBlockFilter(filter *gcs.Filter, block *btcutil.Block) (int,
}

if !match {
log.Errorf("filter for block %v might be "+
log.Debugf("filter for block %v might be "+
"invalid, input %d of tx %v spends "+
"pk script %x which wasn't matched by "+
"filter. The input likely spends a "+
Expand Down

0 comments on commit d209c5e

Please sign in to comment.