Merge pull request #755 from yemel/feature/importing-feedback
Add feedback while importing wallet
This commit is contained in:
commit
dff3c9c479
6 changed files with 41 additions and 4 deletions
|
|
@ -84,6 +84,7 @@ WalletFactory.prototype.import = function(base64, password, cb) {
|
|||
self.log('Indexes updated');
|
||||
cb(null, w);
|
||||
});
|
||||
return w;
|
||||
}
|
||||
|
||||
WalletFactory.prototype.read = function(walletId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue