mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
docs: add release note for testmempoolaccept
This commit is contained in:
parent
2686ca324a
commit
1435ba5636
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue