1
0

lnrouter: add hint timestamp

This commit is contained in:
bitromortac
2021-04-09 09:40:33 +02:00
parent bc20f57a78
commit 5e03d751eb
2 changed files with 21 additions and 4 deletions

View File

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