aboutsummaryrefslogtreecommitdiffstats
path: root/core/total-ordering-syncer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/total-ordering-syncer_test.go')
-rw-r--r--core/total-ordering-syncer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/total-ordering-syncer_test.go b/core/total-ordering-syncer_test.go
index 5f9fd0f..92b5dac 100644
--- a/core/total-ordering-syncer_test.go
+++ b/core/total-ordering-syncer_test.go
@@ -44,7 +44,7 @@ func (s *TotalOrderingSyncerTestSuite) genDeliverySet(numChains uint32) (
RoundInterval: 1000 * time.Second,
}
- to := newTotalOrdering(genesisTime, genesisConfig)
+ to := newTotalOrdering(genesisTime, 0, genesisConfig)
gen := test.NewBlocksGenerator(&test.BlocksGeneratorConfig{
NumChains: numChains,