aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/node.go')
-rw-r--r--integration_test/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/node.go b/integration_test/node.go
index dff662e..118a38f 100644
--- a/integration_test/node.go
+++ b/integration_test/node.go
@@ -89,7 +89,7 @@ func NewNode(
shardID = uint32(0)
chainID = uint32(math.MaxUint32)
governanceConfig = gov.GetConfiguration(0)
- broadcastTargets = gov.GetNotarySet()
+ broadcastTargets = gov.GetNotarySet(0)
nodeID = types.NewNodeID(privateKey.PublicKey())
)
hashes := common.Hashes{}