1
0

Merge pull request #7152 from bitromortac/2103-liquidity-hints

Liquidity hints for pathfinding
This commit is contained in:
ghost43
2021-04-22 14:45:41 +00:00
committed by GitHub
11 changed files with 548 additions and 149 deletions

View File

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