refactor: improve fee calculationreadability

This commit is contained in:
José Oliveira 2021-05-21 21:48:57 +01:00
parent 6a35e6bdee
commit 6c253ec4cf

View file

@ -2,7 +2,7 @@ const { saveConfig, loadLatest } = require('../lib/new-settings-loader')
exports.up = function (next) { exports.up = function (next) {
const newConfig = { const newConfig = {
wallets_BTC_feeDiscount: 'Default' wallets_BTC_feeDiscount: '1'
} }
return loadLatest() return loadLatest()
.then(config => { .then(config => {