commit
487fb8a6e0
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.updateTxHistory = function(cb) {
|
$scope.updateTxHistory = function(cb) {
|
||||||
|
if (!cb) cb = function() {};
|
||||||
if ($scope.updatingTxHistory) return;
|
if ($scope.updatingTxHistory) return;
|
||||||
|
|
||||||
$scope.updatingTxHistory = true;
|
$scope.updatingTxHistory = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue