fix import
This commit is contained in:
parent
8d7783cac3
commit
ab9696fdd7
2 changed files with 3 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.importWallet = function(encryptedObj, pass, opts, cb) {
|
||||
copay.Compatibility.importEncryptedWallet($rootScope.iden, encryptedObj, pass, opts);
|
||||
copay.Compatibility.importEncryptedWallet($rootScope.iden, encryptedObj, pass, opts, cb);
|
||||
};
|
||||
|
||||
root.joinWallet = function(opts, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue