We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8069305 commit 4a6e4e3Copy full SHA for 4a6e4e3
lightning/src/chain/channelmonitor.rs
@@ -1209,6 +1209,10 @@ pub(crate) struct ChannelMonitorImpl<Signer: EcdsaChannelSigner> {
1209
/// assume this is `true` when absent during upgrade so holder broadcasts aren't gated unexpectedly.
1210
/// In manual-broadcast channels we also use this to trigger deferred holder
1211
/// broadcasts once the funding transaction finally appears on-chain.
1212
+ ///
1213
+ /// Note: This tracks whether the funding transaction was ever broadcast, not whether it is
1214
+ /// currently confirmed. It is never reset, even if the funding transaction is unconfirmed due
1215
+ /// to a reorg.
1216
funding_seen_onchain: bool,
1217
1218
latest_update_id: u64,
0 commit comments