core/vm: formatting

This commit is contained in:
Martin Holst Swende 2019-08-08 14:33:58 +02:00
parent 7998cefd0b
commit d12a93f2e5
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -64,8 +64,8 @@ func opSelfBalance(pc *uint64, interpreter *EVMInterpreter, contract *Contract,
return nil, nil return nil, nil
} }
// Enable1344 applies EIP-1344 (ChainID Opcode) // enable1344 applies EIP-1344 (ChainID Opcode)
// - Aadds an opcode that returns the current chains EIP-155 unique identifier // - Adds an opcode that returns the current chains EIP-155 unique identifier
func enable1344(jt *JumpTable) { func enable1344(jt *JumpTable) {
// New opcode // New opcode
jt[CHAINID] = operation{ jt[CHAINID] = operation{