Get fee rate to sell throught Glidera

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-23 18:15:59 -03:00
commit d48711d3fb
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View file

@ -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}"

View file

@ -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;