Merge pull request #8805 from breez/jssdwt-insert-edge-when-not-found

localchans: recreate missing edge if not found
This commit is contained in:
Oliver Gugger
2024-11-22 08:42:51 +01:00
committed by GitHub
12 changed files with 554 additions and 23 deletions

View File

@ -84,6 +84,10 @@ types in a series of changes:
## lncli Additions
* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
now update the channel policy if the edge was not found in the graph
database if the `create_missing_edge` flag is set.
# Improvements
## Functional Updates
## RPC Updates