docs: add release note for testmempoolaccept

This commit is contained in:
yyforyongyu 2024-01-05 17:02:12 +08:00
parent 2686ca324a
commit 1435ba5636
No known key found for this signature in database
GPG key ID: 9BCD95C4FF296868

View file

@ -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)