From a85a386fbfb093bc8b0dd92b8a7b0fc5f5d92b58 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 25 Feb 2019 19:35:06 +0800 Subject: core: vm: flatten governance --- core/evm.go | 1 + 1 file changed, 1 insertion(+) (limited to 'core/evm.go') diff --git a/core/evm.go b/core/evm.go index 04bc173f5..a2b61c535 100644 --- a/core/evm.go +++ b/core/evm.go @@ -67,6 +67,7 @@ func NewEVMContext(msg Message, header *types.Header, chain ChainContext, author Time: new(big.Int).SetUint64(header.Time), Randomness: header.Randomness, Difficulty: new(big.Int).Set(header.Difficulty), + Round: new(big.Int).SetUint64(header.Round), GasLimit: header.GasLimit, GasPrice: new(big.Int).Set(msg.GasPrice()), } -- cgit v1.2.3