From fb27745f2ca4eaf66f53f48740cbd148ee15bbdf Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Tue, 2 Oct 2018 15:45:29 +0800 Subject: core: replace reliable-broadcast with shard (#159) --- integration_test/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration_test/utils.go') diff --git a/integration_test/utils.go b/integration_test/utils.go index 3e33362..6c665ad 100644 --- a/integration_test/utils.go +++ b/integration_test/utils.go @@ -25,7 +25,7 @@ func PrepareNodes( if err != nil { return } - for _, prvKey := range gov.GetPrivateKeys() { + for _, prvKey := range gov.PrivateKeys() { nID := types.NewNodeID(prvKey.PublicKey()) apps[nID] = test.NewApp() dbs[nID], err = blockdb.NewMemBackedBlockDB() -- cgit