Skip to content

Commit

Permalink
Depend on blockchain when settled is bigger than promised (#5954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScruffyPants authored Jan 24, 2024
1 parent d86a5e1 commit 9d85620
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 18 deletions.
1 change: 1 addition & 0 deletions cmd/di.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ func (di *Dependencies) bootstrapNodeComponents(nodeOptions node.Options, tequil
di.Transactor,
di.IdentityRegistry,
di.AddressProvider,
di.BCHelper,
pingpong.ConsumerBalanceTrackerConfig{
FastSync: pingpong.PollConfig{
Interval: nodeOptions.Payments.BalanceFastPollInterval,
Expand Down
Loading

0 comments on commit 9d85620

Please sign in to comment.