fix wallet key duplicate write - how did it get there? mystery. fixes #1411
This commit is contained in:
parent
589f1c85b9
commit
c3f5403b64
@ -228,8 +228,5 @@ func (am *Manager) ImportPreSaleKey(keyJSON []byte, password string) (acc Accoun
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if err = am.keyStore.StoreKey(key, password); err != nil {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
return Account{Address: key.Address}, nil
|
return Account{Address: key.Address}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user