diff --git a/withdraw/withdraw.go b/withdraw/withdraw.go index f3da435..e2b250e 100644 --- a/withdraw/withdraw.go +++ b/withdraw/withdraw.go @@ -12,7 +12,6 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethclient" - "github.com/ethereum/go-ethereum/ethclient/gethclient" "github.com/ethereum/go-ethereum/rpc" )