From 6c253ec4cfe628c381474ceaff459440c90d5656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Fri, 21 May 2021 21:48:57 +0100 Subject: [PATCH] refactor: improve fee calculationreadability --- migrations/1620954224627-add-fee-priority.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1620954224627-add-fee-priority.js b/migrations/1620954224627-add-fee-priority.js index 37cce0e9..19c1aef7 100644 --- a/migrations/1620954224627-add-fee-priority.js +++ b/migrations/1620954224627-add-fee-priority.js @@ -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 => {