mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
actually fix import
This commit is contained in:
parent
90906c8dad
commit
eadcda9319
1 changed files with 1 additions and 1 deletions
|
|
@ -18,10 +18,10 @@ package params
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
"math/big"
|
||||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/common/math"
|
||||
"github.com/ethereum/go-ethereum/params/forks"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue