commit
4bc282fdd6
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
|||
wallet.getTxNote({
|
||||
txid: txid
|
||||
}, function(err, note) {
|
||||
if (err || !note) return cb(true);
|
||||
if (err) return cb(err);
|
||||
return cb(null, note);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue