This commit is contained in:
maskpp 2024-07-21 18:57:26 +08:00
parent a84e8dd5f7
commit 122492fa4d

View file

@ -17,12 +17,12 @@
package abi package abi
import ( import (
"github.com/ethereum/go-ethereum/common"
"math/big" "math/big"
"reflect" "reflect"
"testing" "testing"
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
"github.com/ethereum/go-ethereum/common"
) )
// typeWithoutStringer is an alias for the Type type which simply doesn't implement // typeWithoutStringer is an alias for the Type type which simply doesn't implement