Adds feePerKb

This commit is contained in:
Gustavo Cortez 2016-01-29 11:30:52 -03:00 committed by Gustavo Maximiliano Cortez
commit 473142b850
2 changed files with 5 additions and 3 deletions

View file

@ -853,7 +853,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
var self = this;
this.confirmTxPopup = null;
this.setOngoingProcess(gettextCatalog.getString('Sending transaction'));
txSignService.publishTx(txp.id, function(err) {
txSignService.publishTx(txp, function(err) {
self.setOngoingProcess();
if (err) {
$log.debug(err);