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.
events.rs
1 parent a257906 commit a834a04Copy full SHA for a834a04
lightning/src/util/events.rs
@@ -205,6 +205,7 @@ impl_writeable_tlv_based_enum_upgradable!(HTLCDestination,
205
}
206
);
207
208
+#[cfg(anchors)]
209
/// A descriptor used to sign for a commitment transaction's anchor output.
210
#[derive(Clone, Debug)]
211
pub struct AnchorDescriptor {
@@ -224,6 +225,7 @@ pub struct AnchorDescriptor {
224
225
pub outpoint: OutPoint,
226
227
228
229
/// Represents the different types of transactions, originating from LDK, to be bumped.
230
231
pub enum BumpTransactionEvent {
0 commit comments