Merge pull request #7152 from bitromortac/2103-liquidity-hints
Liquidity hints for pathfinding
This commit is contained in:
@@ -1092,7 +1092,11 @@ class Commands:
|
||||
|
||||
@command('n')
|
||||
async def clear_ln_blacklist(self):
|
||||
self.network.path_finder.blacklist.clear()
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user