Default static fee if using old bws
This commit is contained in:
parent
2cc9554df4
commit
0b34e1d1b5
3 changed files with 8 additions and 13 deletions
|
|
@ -725,11 +725,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
amount = parseInt((form.amount.$modelValue * unitToSat).toFixed(0));
|
||||
|
||||
feeService.getCurrentFeeValue(function(err, feePerKb) {
|
||||
if (err) {
|
||||
self.setOngoingProcess();
|
||||
profileService.lockFC();
|
||||
return self.setSendError(err);
|
||||
}
|
||||
if (err) $log.debug(err);
|
||||
fc.sendTxProposal({
|
||||
toAddress: address,
|
||||
amount: amount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue