diff options
Diffstat (limited to 'integration_test/consensus_test.go')
-rw-r--r-- | integration_test/consensus_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/consensus_test.go b/integration_test/consensus_test.go index 4f916c3..78d0de5 100644 --- a/integration_test/consensus_test.go +++ b/integration_test/consensus_test.go @@ -78,7 +78,7 @@ func (s *ConsensusTestSuite) setupNodes( gov.SwitchToRemoteMode(networkModule) gov.NotifyRound(0) networkModule.AddNodeSetCache(utils.NewNodeSetCache(gov)) - app := test.NewApp(1, gov) + app := test.NewApp(1, gov, nil) nID := types.NewNodeID(k.PublicKey()) nodes[nID] = &node{nID, nil, app, gov, dbInst, networkModule} go func() { |