Merge pull request #6887 from Gamboster/fix/missingVariableWalletService
Fix: missing variable in wallet service
This commit is contained in:
commit
a4f4c993da
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