Browse Source

Merge branch 'ser-master'

master
ThomasV 8 years ago
parent
commit
275ba85595
  1. 6
      lib/commands.py

6
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

Loading…
Cancel
Save