aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/utils.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-10-02 15:45:29 +0800
committerGitHub <noreply@github.com>2018-10-02 15:45:29 +0800
commitfb27745f2ca4eaf66f53f48740cbd148ee15bbdf (patch)
tree1b706c5a93a4f09f27d2bc729cf55c5d4f0b5aaa /integration_test/utils.go
parentd7f6db871180b53548aed6a5450e1c5879c90b04 (diff)
downloaddexon-consensus-fb27745f2ca4eaf66f53f48740cbd148ee15bbdf.tar.gz
dexon-consensus-fb27745f2ca4eaf66f53f48740cbd148ee15bbdf.tar.zst
dexon-consensus-fb27745f2ca4eaf66f53f48740cbd148ee15bbdf.zip
core: replace reliable-broadcast with shard (#159)
Diffstat (limited to 'integration_test/utils.go')
-rw-r--r--integration_test/utils.go2
1 files changed, 1 insertions, 1 deletions
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()