aboutsummaryrefslogtreecommitdiffstats
path: root/core/syncer/consensus.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/syncer/consensus.go')
-rw-r--r--core/syncer/consensus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/syncer/consensus.go b/core/syncer/consensus.go
index da9d352..43a9e21 100644
--- a/core/syncer/consensus.go
+++ b/core/syncer/consensus.go
@@ -127,7 +127,7 @@ func (con *Consensus) initConsensusObj(initBlock *types.Block) {
con.roundBeginTimes[con.latticeLastRound],
con.latticeLastRound,
cfg,
- core.NewAuthenticator(con.prv),
+ utils.NewSigner(con.prv),
con.app,
debugApp,
con.db,