diff --git a/js/models/core/WalletFactory.js b/js/models/core/WalletFactory.js index ba6f33f85..f1b854f0c 100644 --- a/js/models/core/WalletFactory.js +++ b/js/models/core/WalletFactory.js @@ -65,6 +65,8 @@ WalletFactory.prototype.fromObj = function(obj) { } this.log('### WALLET OPENED:', w.id); + // store imported wallet + w.store(); return w; };