Merge branch 'ser-master'
This commit is contained in:
commit
275ba85595
@ -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…
Reference in New Issue
Block a user