Use eth-node keystore
for generator.go
This commit is contained in:
parent
c8a911ebd1
commit
c0c963bdaa
3 changed files with 3 additions and 6 deletions
|
@ -9,9 +9,8 @@ import (
|
|||
|
||||
"github.com/pborman/uuid"
|
||||
|
||||
"github.com/ethereum/go-ethereum/accounts/keystore"
|
||||
|
||||
"github.com/status-im/status-go/eth-node/crypto"
|
||||
"github.com/status-im/status-go/eth-node/keystore"
|
||||
"github.com/status-im/status-go/eth-node/types"
|
||||
"github.com/status-im/status-go/extkeys"
|
||||
)
|
||||
|
|
|
@ -3,9 +3,8 @@ package main
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/ethereum/go-ethereum/accounts/keystore"
|
||||
|
||||
"github.com/status-im/status-go/account"
|
||||
"github.com/status-im/status-go/eth-node/keystore"
|
||||
"github.com/status-im/status-go/transactions"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,9 +3,8 @@ package statusgo
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/ethereum/go-ethereum/accounts/keystore"
|
||||
|
||||
"github.com/status-im/status-go/account"
|
||||
"github.com/status-im/status-go/eth-node/keystore"
|
||||
"github.com/status-im/status-go/transactions"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue