mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update evm.go
This commit is contained in:
parent
e63a028c35
commit
268fd63e3e
1 changed files with 4 additions and 1 deletions
|
|
@ -55,7 +55,10 @@ type BlockContext struct {
|
||||||
Transfer TransferFunc
|
Transfer TransferFunc
|
||||||
// GetHash returns the hash corresponding to n
|
// GetHash returns the hash corresponding to n
|
||||||
GetHash GetHashFunc
|
GetHash GetHashFunc
|
||||||
|
// SYSCOIN
|
||||||
|
ReadSYSHash ReadSYSHashFunc
|
||||||
|
ReadDataHash ReadDataHashFunc
|
||||||
|
GetNEVMAddress GetNEVMAddressFunc
|
||||||
// Block information
|
// Block information
|
||||||
Coinbase common.Address // Provides information for COINBASE
|
Coinbase common.Address // Provides information for COINBASE
|
||||||
GasLimit uint64 // Provides information for GASLIMIT
|
GasLimit uint64 // Provides information for GASLIMIT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue