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.
2 parents 437fa4f + ad4b91d commit 6742bd5Copy full SHA for 6742bd5
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