electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 275ba85595e9c78f694f10161ca7bc6840d36f76
parent 35878b437ac88bedbf49c17ea004885a7859aaa6
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 19 Jan 2018 16:01:49 +0100

Merge branch 'ser-master'

Diffstat:
Mlib/commands.py | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -672,6 +672,12 @@ class Commands: """ return wallet synchronization status """ return self.wallet.is_up_to_date() + @command('n') + def getfeerate(self): + """Return current optimal fee rate per kilobyte, according + to config settings (static/dynamic)""" + return self.config.fee_per_kb() + @command('') def help(self): # for the python console