Default static fee if using old bws

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-24 15:09:19 -03:00
commit 0b34e1d1b5
3 changed files with 8 additions and 13 deletions

View file

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