reverted BlockContext.Time to big.Int to preserve downstream plugins

This commit is contained in:
philip-morlier 2023-02-20 12:09:44 -08:00
parent 80b7d5ab57
commit 0a85922a7a

View File

@ -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
} }