Fix: missing variable in wallet service
This commit is contained in:
parent
d243017fd6
commit
2bef3033b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue