aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/account_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/account_manager.go')
-rw-r--r--accounts/account_manager.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index c9e06261a..2a9d9b0ae 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -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
}