Skip to content

Commit

Permalink
Merge pull request #8133 from bitpay/feat/fee-normal-ml
Browse files Browse the repository at this point in the history
fee level normal for ML
  • Loading branch information
cmgustavo authored Feb 28, 2018
2 parents f87d293 + 6df850e commit 0a8546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/controllers/buyMercadoLibre.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ angular.module('copayApp.controllers').controller('buyMercadoLibreController', f
message: message,
payProUrl: payProUrl,
excludeUnconfirmedUtxos: configWallet.spendUnconfirmed ? false : true,
feeLevel: configWallet.settings.feeLevel || 'normal'
feeLevel: 'normal'
};

txp['origToAddress'] = txp.toAddress;
Expand Down

0 comments on commit 0a8546c

Please sign in to comment.