mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Merge 84f9c2e68f into 406a852ec8
This commit is contained in:
commit
44dee03e3c
1 changed files with 0 additions and 1 deletions
|
|
@ -617,7 +617,6 @@ func (w *Wallet) Contains(account accounts.Account) bool {
|
|||
|
||||
// Initialize installs a keypair generated from the provided key into the wallet.
|
||||
func (w *Wallet) Initialize(seed []byte) error {
|
||||
go w.selfDerive()
|
||||
// DO NOT lock at this stage, as the initialize
|
||||
// function relies on Status()
|
||||
return w.session.initialize(seed)
|
||||
|
|
|
|||
Loading…
Reference in a new issue