Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Sep 13, 2022
1 parent 4ee985d commit 3e80e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func New(cfg *config.ReporterConfig, btcClient *btcclient.Client, babylonClient

k := btccParams.BtcConfirmationDepth
w := btccParams.CheckpointFinalizationTimeout
btcCacheMaxEntries := uint(k+w) + 1
btcCacheMaxEntries := uint(k+w) + 1000
// TODO: btcCacheMaxEntries can still be larger than k+w. We need to give a larger btc cache size here

log.Infof("BTCCheckpoint parameters: (k, w) = (%d, %d)", k, w)
Expand Down

0 comments on commit 3e80e75

Please sign in to comment.