Replacing (C-not exported) in the docs
[rust-lightning] / lightning / src / chain / chaininterface.rs
index cbf609485ce1984800fa991e22d952e33ab5db56..e923a94bb6d3e7afb5f37376b6de132225821d21 100644 (file)
@@ -25,7 +25,7 @@ pub trait BroadcasterInterface {
 
 /// An enum that represents the speed at which we want a transaction to confirm used for feerate
 /// estimation.
-#[derive(Clone, Copy, PartialEq, Eq)]
+#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
 pub enum ConfirmationTarget {
        /// We are happy with this transaction confirming slowly when feerate drops some.
        Background,