Merge pull request #6180 from bhandras/force-import-mc

routing: add option to force Mission Control pair history import
This commit is contained in:
Olaoluwa Osuntokun
2022-01-20 17:04:00 -08:00
committed by GitHub
10 changed files with 492 additions and 400 deletions

View File

@ -87,6 +87,14 @@ connection from the watch-only node.
exposed](https://github.com/lightningnetwork/lnd/pull/6146) inside
WaitingCloseResp from calling `PendingChannels`.
## Routing
* [Enable forced update of MC pair
history](https://github.com/lightningnetwork/lnd/pull/6180) by adding the `force`
flag to the `XImportMissionControl` RPC call.
# Contributors (Alphabetical Order)
* Andras Banki-Horvath