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
|
|
@ -18,7 +18,7 @@ package vm
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/params"
|
"github.com/ethereum/go-ethereum/params"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -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 chain’s EIP-155 unique identifier
|
// - Adds an opcode that returns the current chain’s EIP-155 unique identifier
|
||||||
func enable1344(jt *JumpTable) {
|
func enable1344(jt *JumpTable) {
|
||||||
// New opcode
|
// New opcode
|
||||||
jt[CHAINID] = operation{
|
jt[CHAINID] = operation{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue