Update evm.go

This commit is contained in:
jagdeep sidhu 2024-10-07 11:26:57 -07:00
parent e63a028c35
commit 268fd63e3e

View file

@ -55,7 +55,10 @@ type BlockContext struct {
Transfer TransferFunc
// GetHash returns the hash corresponding to n
GetHash GetHashFunc
// SYSCOIN
ReadSYSHash ReadSYSHashFunc
ReadDataHash ReadDataHashFunc
GetNEVMAddress GetNEVMAddressFunc
// Block information
Coinbase common.Address // Provides information for COINBASE
GasLimit uint64 // Provides information for GASLIMIT