core/vm: Fix comment typo

This commit is contained in:
George Ornbo 2018-01-16 15:45:13 +00:00
parent f08cd94fb7
commit 370dca4491
No known key found for this signature in database
GPG Key ID: 8B63285980040E5D
1 changed files with 1 additions and 1 deletions

View File

@ -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