tcommand:s inherit fee estimates from daemon - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit eb7f9c98ce328f15866ab8fca0d58e8a4091b391
DIR parent 76dd11783b56a1f4fd5d26b539989025a5e098bc
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sun, 5 Mar 2017 20:33:36 +0100
command:s inherit fee estimates from daemon
Diffstat:
M lib/daemon.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/lib/daemon.py b/lib/daemon.py
t@@ -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: