diff options
Diffstat (limited to 'integration_test/byzantine_test.go')
-rw-r--r-- | integration_test/byzantine_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/byzantine_test.go b/integration_test/byzantine_test.go index c90c9a1..a709870 100644 --- a/integration_test/byzantine_test.go +++ b/integration_test/byzantine_test.go @@ -81,7 +81,7 @@ func (s *ByzantineTestSuite) setupNodes( gov.SwitchToRemoteMode(networkModule) gov.NotifyRound(0) networkModule.AddNodeSetCache(utils.NewNodeSetCache(gov)) - app := test.NewApp(1, gov) + app := test.NewApp(1, gov, nil) nodes[nID] = &node{nID, nil, app, gov, dbInst, networkModule} go func() { defer wg.Done() |