mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
fix dependency
This commit is contained in:
parent
153dd19ec1
commit
d542c9d3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package vm
|
||||||
import (
|
import (
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/params"
|
"github.com/expanse-project/go-expanse/params"
|
||||||
)
|
)
|
||||||
|
|
||||||
type jumpPtr struct {
|
type jumpPtr struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue