Skip to content

Commit c9f857e

Browse files
committed
docs: update release notes
1 parent 0d4472c commit c9f857e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/release-notes/release-notes-0.18.0.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@
136136
through [mempool acceptance
137137
check](https://github.com/lightningnetwork/lnd/pull/8345) before being
138138
broadcast. This means when a transaction has failed the `testmempoolaccept`
139-
check by bitcoind or btcd, the broadcast won't be attempted.
139+
check by bitcoind or btcd, the broadcast won't be attempted. This check will
140+
be performed if the version of the chain backend supports it - for bitcoind
141+
it's v22.0.0 and above, for btcd it's v0.24.1 and above. Otherwise, the check
142+
will be [skipped](https://github.com/lightningnetwork/lnd/pull/8505)
140143

141144
* The `coin-selection-strategy` config option [now also applies to channel
142145
funding operations and the new `PsbtCoinSelect` option of the `FundPsbt`

0 commit comments

Comments
 (0)