Merge pull request #7819 from ziggie1984/abandonchannel-rebroadcaster

Cancel the Rebroadcasting of a Transaction when Abandoning a Channel
This commit is contained in:
Oliver Gugger
2023-08-10 10:43:24 +02:00
committed by GitHub
3 changed files with 22 additions and 1 deletions

View File

@@ -141,6 +141,9 @@ It is possible to distinguish between defaults and examples now.
A check script has been developed and integrated into the building process to
compare the default values between lnd and sample-lnd.conf.
* [Cancel rebroadcasting of a transaction when abandoning
a channel](https://github.com/lightningnetwork/lnd/pull/7819)
## Code Health
* Updated [our fork for serializing protobuf as JSON to be based on the