Skip to content

Commit 18db7d0

Browse files
committed
fix imports
1 parent 70eae79 commit 18db7d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

params/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ import (
2020
"fmt"
2121
"math/big"
2222

23-
"github.com/ethereum/go-ethereum/common/math"
24-
2523
"github.com/ethereum/go-ethereum/common"
24+
"github.com/ethereum/go-ethereum/common/math"
2625
"github.com/ethereum/go-ethereum/params/forks"
2726
)
2827

0 commit comments

Comments
 (0)