forked from bitcoinafterlife/bal-electrum-plugin
baltx_fees default 100 -> 20
This commit is contained in:
@@ -348,7 +348,7 @@ class BalPlugin(BasePlugin):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def default_will_settings():
|
def default_will_settings():
|
||||||
"""Default will settings: a fee rate plus absolute threshold/locktime."""
|
"""Default will settings: a fee rate plus absolute threshold/locktime."""
|
||||||
will_settings = {"baltx_fees": 50}
|
will_settings = {"baltx_fees": 20}
|
||||||
will_settings.update(BalPlugin.default_will_settings_absolute())
|
will_settings.update(BalPlugin.default_will_settings_absolute())
|
||||||
return will_settings
|
return will_settings
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import sys
|
|||||||
from electrum.storage import WalletStorage
|
from electrum.storage import WalletStorage
|
||||||
from electrum.util import MyEncoder
|
from electrum.util import MyEncoder
|
||||||
|
|
||||||
default_fees = 50
|
default_fees = 20
|
||||||
|
|
||||||
|
|
||||||
def fix_will_settings_tx_fees(json_wallet):
|
def fix_will_settings_tx_fees(json_wallet):
|
||||||
|
|||||||
Reference in New Issue
Block a user