Check tx proposal minimum amount
This commit is contained in:
parent
cfc284af75
commit
ce910fe52f
5 changed files with 24 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
var satToUnit = 1 / config.unitToSatoshi;
|
||||
$scope.defaultFee = bitcore.TransactionBuilder.FEE_PER_1000B_SAT * satToUnit;
|
||||
$scope.unitToBtc = config.unitToSatoshi / bitcore.util.COIN;
|
||||
$scope.minAmount = config.limits.minAmountSatoshi * satToUnit;
|
||||
|
||||
$scope.loadTxs = function() {
|
||||
var opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue