We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55e0d5 + 83dcd39 commit 8f525c4Copy full SHA for 8f525c4
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, PartialEq, Eq)]
+#[derive(Clone, Copy, 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