Merge pull request #6177 from bottlepay/interceptor-failures

htlcswitch: add htlc interceptor failure control
This commit is contained in:
Olaoluwa Osuntokun
2022-02-01 17:00:07 -08:00
committed by GitHub
8 changed files with 456 additions and 221 deletions

View File

@ -64,6 +64,11 @@
* [Add dev only RPC subserver and the devrpc.ImportGraph
call](https://github.com/lightningnetwork/lnd/pull/6149)
* [Extend](https://github.com/lightningnetwork/lnd/pull/6177) the HTLC
interceptor API to provide more control over failure messages. With this
change, it allows encrypted failure messages to be returned to the sender.
Additionally it is possible to signal a malformed htlc.
## Documentation