Merge pull request #5261 from JDonadio/andy/bug/wallet-service-errors

Wallet service errors
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-19 22:50:08 +02:00 committed by GitHub
commit 595272bb45
2 changed files with 3 additions and 2 deletions

View file

@ -146,6 +146,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
}
return cb(err);
}
return cb(null, ret);
});
};