|
|
@@ -35,7 +35,7 @@ type (
|
|
|
CanTransferFunc func(StateDB, common.Address, *big.Int) bool
|
|
|
// TransferFunc is the signature of a transfer function
|
|
|
TransferFunc func(StateDB, common.Address, common.Address, *big.Int)
|
|
|
- // GetHashFunc returns the nth block hash in the blockchain
|
|
|
+ // GetHashFunc returns the n'th block hash in the blockchain
|
|
|
// and is used by the BLOCKHASH EVM op code.
|
|
|
GetHashFunc func(uint64) common.Hash
|
|
|
)
|