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

This commit is contained in:
zelig
2015-07-09 14:07:35 +01:00
parent 589f1c85b9
commit c3f5403b64
-3
View File
@@ -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
}