Get fee rate to sell throught Glidera
This commit is contained in:
parent
66b7fa8f7a
commit
d48711d3fb
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@
|
||||||
Please, enter the code below
|
Please, enter the code below
|
||||||
</p>
|
</p>
|
||||||
<form name="sellForm"
|
<form name="sellForm"
|
||||||
ng-submit="sell.createTx(index.glideraToken, index.glideraPermissions, twoFaCode, index.feeRateToSendMax)" novalidate>
|
ng-submit="sell.createTx(index.glideraToken, index.glideraPermissions, twoFaCode)" novalidate>
|
||||||
<input type="number" ng-model="twoFaCode" required>
|
<input type="number" ng-model="twoFaCode" required>
|
||||||
<input class="button black expand round"
|
<input class="button black expand round"
|
||||||
ng-style="{'background-color':index.backgroundColor}"
|
ng-style="{'background-color':index.backgroundColor}"
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
|
||||||
}, 100);
|
}, 100);
|
||||||
};
|
};
|
||||||
|
|
||||||
this.createTx = function(token, permissions, twoFaCode, currentFeePerKb) {
|
this.createTx = function(token, permissions, twoFaCode) {
|
||||||
var self = this;
|
var self = this;
|
||||||
self.error = null;
|
self.error = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue