From eb7f9c98ce328f15866ab8fca0d58e8a4091b391 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 5 Mar 2017 20:33:36 +0100 Subject: [PATCH] command:s inherit fee estimates from daemon --- lib/daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/daemon.py b/lib/daemon.py index 579c1fcd..4dcbb2e5 100644 --- 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: