mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
remove usless imports
This commit is contained in:
parent
ff8a31207c
commit
3486a4abf1
1 changed files with 0 additions and 3 deletions
|
|
@ -26,8 +26,6 @@ import (
|
|||
"net/url"
|
||||
"os"
|
||||
"reflect"
|
||||
//"strings"
|
||||
//"time"
|
||||
|
||||
"github.com/ethereum/go-ethereum/accounts"
|
||||
"github.com/ethereum/go-ethereum/accounts/keystore"
|
||||
|
|
@ -41,7 +39,6 @@ import (
|
|||
"github.com/ethereum/go-ethereum/rpc"
|
||||
"github.com/ethereum/go-ethereum/signer/core/apitypes"
|
||||
"github.com/ethereum/go-ethereum/signer/storage"
|
||||
//"github.com/influxdata/influxdb-client-go/v2/domain"
|
||||
"github.com/spruceid/siwe-go"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue