Merge branch 'ser-master'

This commit is contained in:
ThomasV 2018-01-19 16:01:49 +01:00
commit 275ba85595

View File

@ -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