Skip to content

Commit 86e9a3a

Browse files
authored
Merge pull request #115 from kcalvinalvin/2024-01-17-slience-logs
indexers: slience flatutreexoproofindex logs
2 parents 530770b + 8b57fe9 commit 86e9a3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

blockchain/indexers/flatutreexoproofindex.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@ func (idx *FlatUtreexoProofIndex) ConnectBlock(dbTx database.Tx, block *btcutil.
233233
return err
234234
}
235235

236-
if block.Height()%1000 == 0 {
237-
idx.pStats.LogProofStats()
238-
}
239-
240236
return nil
241237
}
242238

0 commit comments

Comments
 (0)