diff --git a/core/types/bal/bal_encoding.go b/core/types/bal/bal_encoding.go index 6ac8b28349..77e5b7fe80 100644 --- a/core/types/bal/bal_encoding.go +++ b/core/types/bal/bal_encoding.go @@ -20,13 +20,14 @@ import ( "bytes" "cmp" "fmt" - "github.com/ethereum/go-ethereum/crypto" - "github.com/ethereum/go-ethereum/params" "io" "maps" "slices" "strings" + "github.com/ethereum/go-ethereum/crypto" + "github.com/ethereum/go-ethereum/params" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/rlp" "github.com/holiman/uint256"