diff --git a/core/types/bal/bal_test.go b/core/types/bal/bal_test.go index 8b7bf3b676..fae4856ac6 100644 --- a/core/types/bal/bal_test.go +++ b/core/types/bal/bal_test.go @@ -19,7 +19,6 @@ package bal import ( "bytes" "cmp" - "github.com/ethereum/go-ethereum/params" "math" "reflect" "slices" @@ -27,6 +26,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/internal/testrand" + "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/rlp" "github.com/holiman/uint256" )