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.
Debug
ConfirmationTarget
1 parent 437fa4f commit ad4b91dCopy full SHA for ad4b91d
lightning/src/chain/chaininterface.rs
@@ -25,7 +25,7 @@ pub trait BroadcasterInterface {
25
26
/// An enum that represents the speed at which we want a transaction to confirm used for feerate
27
/// estimation.
28
-#[derive(Clone, Copy, Hash, PartialEq, Eq)]
+#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
29
pub enum ConfirmationTarget {
30
/// We are happy with this transaction confirming slowly when feerate drops some.
31
Background,
0 commit comments