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

@ -18,7 +18,7 @@ package vm
import (
"fmt"
"github.com/ethereum/go-ethereum/params"
)
@ -64,8 +64,8 @@ func opSelfBalance(pc *uint64, interpreter *EVMInterpreter, contract *Contract,
return nil, nil
}
// Enable1344 applies EIP-1344 (ChainID Opcode)
// - Aadds an opcode that returns the current chains EIP-155 unique identifier
// enable1344 applies EIP-1344 (ChainID Opcode)
// - Adds an opcode that returns the current chains EIP-155 unique identifier
func enable1344(jt *JumpTable) {
// New opcode
jt[CHAINID] = operation{