File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments