aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test')
-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 ee25b11..bbd604a 100644
--- a/integration_test/node.go
+++ b/integration_test/node.go
@@ -118,7 +118,7 @@ func NewNode(
shard: core.NewShard(
shardID,
governanceConfig,
- privateKey,
+ core.NewAuthenticator(privateKey),
app,
app,
db),