lnrouter: add hint timestamp
This commit is contained in:
@@ -1091,6 +1091,10 @@ class Commands:
|
||||
async def clear_ln_blacklist(self):
|
||||
self.network.path_finder.liquidity_hints.clear_blacklist()
|
||||
|
||||
@command('n')
|
||||
async def reset_liquidity_hints(self):
|
||||
self.network.path_finder.liquidity_hints.reset_liquidity_hints()
|
||||
|
||||
@command('w')
|
||||
async def list_invoices(self, wallet: Abstract_Wallet = None):
|
||||
l = wallet.get_invoices()
|
||||
|
||||
Reference in New Issue
Block a user