aboutsummaryrefslogtreecommitdiffstats
path: root/dex
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-16 13:07:20 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commita25f20d03b46da26c5593181ffc2526328fba74b (patch)
tree7f14f54eec0f507fb00e730d8b1d318b564c97c1 /dex
parent865923df59963f20ad738c1e141d196f99f20b39 (diff)
downloaddexon-a25f20d03b46da26c5593181ffc2526328fba74b.tar
dexon-a25f20d03b46da26c5593181ffc2526328fba74b.tar.gz
dexon-a25f20d03b46da26c5593181ffc2526328fba74b.tar.bz2
dexon-a25f20d03b46da26c5593181ffc2526328fba74b.tar.lz
dexon-a25f20d03b46da26c5593181ffc2526328fba74b.tar.xz
dexon-a25f20d03b46da26c5593181ffc2526328fba74b.tar.zst
dexon-a25f20d03b46da26c5593181ffc2526328fba74b.zip
vendor: sync to latest core (#154)
* vendor: sync to latest core with BA3.0 * params: Update dmoment
Diffstat (limited to 'dex')
-rw-r--r--dex/backend.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dex/backend.go b/dex/backend.go
index a000d5fbc..b16bdc493 100644
--- a/dex/backend.go
+++ b/dex/backend.go
@@ -163,6 +163,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Dexon, error) {
engine.SetGovStateFetcher(dex.governance)
dMoment := time.Unix(int64(chainConfig.DMoment), 0)
+ log.Info("Consensus DMoment", "dMoment", dMoment)
// Force starting with full sync mode if this node is a bootstrap proposer.
if config.BlockProposerEnabled && dMoment.After(time.Now()) {