fix type
This commit is contained in:
parent
4821567b1d
commit
7a610c1b5b
4 changed files with 5 additions and 5 deletions
|
|
@ -378,7 +378,6 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
$scope.getAvailableAmount = function() {
|
||||
if (!$rootScope.safeUnspentCount) return null;
|
||||
|
||||
// Each signature takes
|
||||
var estimatedFee = copay.Wallet.estimatedFee($rootScope.safeUnspentCount);
|
||||
var amount = ((($rootScope.availableBalance * w.settings.unitToSatoshi).toFixed(0) - estimatedFee) / w.settings.unitToSatoshi);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue