forked from cerc-io/plugeth
core/vm/runtime: Add Random field to config (#28001)
This commit is contained in:
@@ -45,6 +45,7 @@ type Config struct {
|
||||
EVMConfig vm.Config
|
||||
BaseFee *big.Int
|
||||
BlobHashes []common.Hash
|
||||
Random *common.Hash
|
||||
|
||||
State *state.StateDB
|
||||
GetHashFn func(n uint64) common.Hash
|
||||
|
||||
Reference in New Issue
Block a user