aboutsummaryrefslogtreecommitdiffstats
path: root/core/dexon_chain_makers.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/dexon_chain_makers.go')
-rw-r--r--core/dexon_chain_makers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dexon_chain_makers.go b/core/dexon_chain_makers.go
index 128cc454b..010b30c84 100644
--- a/core/dexon_chain_makers.go
+++ b/core/dexon_chain_makers.go
@@ -183,6 +183,7 @@ func GenerateDexonChain(config *params.ChainConfig, parent *types.Block, engine
}
b.header.DexconMeta = makeDexconMeta(b, parent)
+ b.header.Round = b.position.Round
// sign tsig to create dexcon, prepare witness
b.engine.Prepare(chain, b.header)