commit eb7f9c98ce328f15866ab8fca0d58e8a4091b391
parent 76dd11783b56a1f4fd5d26b539989025a5e098bc
Author: ThomasV <thomasv@electrum.org>
Date: Sun, 5 Mar 2017 20:33:36 +0100
command:s inherit fee estimates from daemon
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/daemon.py b/lib/daemon.py
@@ -239,6 +239,7 @@ class Daemon(DaemonThread):
password = config_options.get('password')
new_password = config_options.get('new_password')
config = SimpleConfig(config_options)
+ config.fee_estimates = self.network.config.fee_estimates.copy()
cmdname = config.get('cmd')
cmd = known_commands[cmdname]
if cmd.requires_wallet: