Skip to content

Commit ad4b91d

Browse files
committed
derive Debug for ConfirmationTarget
1 parent 437fa4f commit ad4b91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub trait BroadcasterInterface {
2525

2626
/// An enum that represents the speed at which we want a transaction to confirm used for feerate
2727
/// estimation.
28-
#[derive(Clone, Copy, Hash, PartialEq, Eq)]
28+
#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
2929
pub enum ConfirmationTarget {
3030
/// We are happy with this transaction confirming slowly when feerate drops some.
3131
Background,

0 commit comments

Comments
 (0)