Adds feePerKb
This commit is contained in:
parent
df834c50c3
commit
473142b850
2 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue