refactor: improve fee calculationreadability
This commit is contained in:
parent
6a35e6bdee
commit
6c253ec4cf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const { saveConfig, loadLatest } = require('../lib/new-settings-loader')
|
|||
|
||||
exports.up = function (next) {
|
||||
const newConfig = {
|
||||
wallets_BTC_feeDiscount: 'Default'
|
||||
wallets_BTC_feeDiscount: '1'
|
||||
}
|
||||
return loadLatest()
|
||||
.then(config => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue