reverted BlockContext.Time to big.Int to preserve downstream plugins
This commit is contained in:
parent
80b7d5ab57
commit
0a85922a7a
@ -212,7 +212,7 @@ type BlockContext struct {
|
|||||||
Coinbase Address
|
Coinbase Address
|
||||||
GasLimit uint64
|
GasLimit uint64
|
||||||
BlockNumber *big.Int
|
BlockNumber *big.Int
|
||||||
Time uint64
|
Time *big.Int
|
||||||
Difficulty *big.Int
|
Difficulty *big.Int
|
||||||
BaseFee *big.Int
|
BaseFee *big.Int
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user