Merge pull request #6887 from Gamboster/fix/missingVariableWalletService

Fix: missing variable in wallet service
This commit is contained in:
Javier Donadío 2017-10-11 17:31:48 -03:00 committed by GitHub
commit a4f4c993da

View file

@ -104,7 +104,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
root.getStatus = function(wallet, opts, cb) { root.getStatus = function(wallet, opts, cb) {
opts = opts || {}; opts = opts || {};
var walletId = wallet.id;
function processPendingTxps(status) { function processPendingTxps(status) {
var txps = status.pendingTxps; var txps = status.pendingTxps;