mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/vm: formatting
This commit is contained in:
parent
7998cefd0b
commit
d12a93f2e5
1 changed files with 3 additions and 3 deletions
|
|
@ -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 chain’s EIP-155 unique identifier
|
||||
// enable1344 applies EIP-1344 (ChainID Opcode)
|
||||
// - Adds an opcode that returns the current chain’s EIP-155 unique identifier
|
||||
func enable1344(jt *JumpTable) {
|
||||
// New opcode
|
||||
jt[CHAINID] = operation{
|
||||
|
|
|
|||
Loading…
Reference in a new issue