good morning!!!!

Skip to content
Snippets Groups Projects
Commit c3f5403b authored by zelig's avatar zelig
Browse files

fix wallet key duplicate write - how did it get there? mystery. fixes #1411

parent 589f1c85
No related branches found
No related tags found
No related merge requests found
......@@ -228,8 +228,5 @@ func (am *Manager) ImportPreSaleKey(keyJSON []byte, password string) (acc Accoun
if err != nil {
return
}
if err = am.keyStore.StoreKey(key, password); err != nil {
return
}
return Account{Address: key.Address}, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment