Merge pull request #5261 from JDonadio/andy/bug/wallet-service-errors
Wallet service errors
This commit is contained in:
commit
595272bb45
2 changed files with 3 additions and 2 deletions
|
|
@ -146,6 +146,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
|||
}
|
||||
return cb(err);
|
||||
}
|
||||
|
||||
return cb(null, ret);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue