Skip to content

Commit d209c5e

Browse files
authored
Merge pull request #277 from guggero/neutrino-validation-log
verification: mute taproot related err to dbg
2 parents 9badd7f + 44a9702 commit d209c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func VerifyBasicBlockFilter(filter *gcs.Filter, block *btcutil.Block) (int,
141141
}
142142

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

0 commit comments

Comments
 (0)