Skip to content

Commit

Permalink
Dummy commit to trigger e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-mena committed Jul 3, 2024
1 parent 0160866 commit 3fb1057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@ func NewNode(ctx context.Context,

consensusReactor, consensusState := createConsensusReactor(
config, state, blockExec, blockStore, mempool, evidencePool,
privValidator, csMetrics, waitSync, eventBus, consensusLogger, offlineStateSyncHeight,
privValidator, csMetrics, waitSync, eventBus, consensusLogger,
offlineStateSyncHeight,
)

err = stateStore.SetOfflineStateSyncHeight(0)
Expand Down

0 comments on commit 3fb1057

Please sign in to comment.