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

@ -123,7 +123,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
}, 100);
};
this.createTx = function(token, permissions, twoFaCode, currentFeePerKb) {
this.createTx = function(token, permissions, twoFaCode) {
var self = this;
self.error = null;