Skip to content

Commit

Permalink
actually fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Oct 22, 2024
1 parent 90906c8 commit eadcda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit eadcda9

Please sign in to comment.