diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 785d49eb6..13e52baa7 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -115,6 +115,12 @@ without the user needing to publicly give away a lot of privacy-sensitive data. +* When publishing transactions in `lnd`, all the transactions will now go + through [mempool acceptance + check](https://github.com/lightningnetwork/lnd/pull/8345) before being + broadcast. This means when a transaction has failed the `testmempoolaccept` + check by bitcoind or btcd, the broadcast won't be attempted. + ## RPC Additions * [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)