Skip to content

Commit 6742bd5

Browse files
authored
Merge pull request #1963 from lexe-tech/max/derive-debug
derive `Debug` for `ConfirmationTarget`
2 parents 437fa4f + ad4b91d commit 6742bd5

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)