aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-09-30 09:01:54 +0800
committerGitHub <noreply@github.com>2018-09-30 09:01:54 +0800
commitf2c13bd773c9684356a8a992d783916d49e70b59 (patch)
tree8cb875496ebbe21b7497d4482c9947bfbf73eb2f /integration_test
parent7ee55d0963555a1dfb212f0fb5c2ee59bedfb221 (diff)
downloadtangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.tar
tangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.tar.gz
tangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.tar.bz2
tangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.tar.lz
tangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.tar.xz
tangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.tar.zst
tangerine-consensus-f2c13bd773c9684356a8a992d783916d49e70b59.zip
core: integrate authenticator (#150)
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),