forked from cerc-io/plugeth
core/vm: Fix comment typo
This commit is contained in:
parent
f08cd94fb7
commit
370dca4491
@ -391,7 +391,7 @@ func (evm *EVM) Create(caller ContractRef, code []byte, gas uint64, value *big.I
|
||||
return ret, contractAddr, contract.Gas, err
|
||||
}
|
||||
|
||||
// ChainConfig returns the evmironment's chain configuration
|
||||
// ChainConfig returns the environment's chain configuration
|
||||
func (evm *EVM) ChainConfig() *params.ChainConfig { return evm.chainConfig }
|
||||
|
||||
// Interpreter returns the EVM interpreter
|
||||
|
Loading…
Reference in New Issue
Block a user