Fix glidera issues (tx proposals and ui)
This commit is contained in:
parent
2354a46bed
commit
241213ca4f
11 changed files with 42 additions and 47 deletions
|
|
@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
var tx = $scope.tx;
|
||||
var copayers = $scope.copayers;
|
||||
var isGlidera = $scope.isGlidera;
|
||||
var GLIDERA_LOCK_TIME = 6 * 60 * 60;
|
||||
var now = Math.floor(Date.now() / 1000);
|
||||
$scope.loading = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue