Fix: missing variable in wallet service

This commit is contained in:
Gabriel Masclef 2017-10-11 17:22:10 -03:00
commit 2bef3033b1
No known key found for this signature in database
GPG key ID: DD6D7EAADE12280D

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;