mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
derive Debug
for ConfirmationTarget
This commit is contained in:
parent
437fa4f807
commit
ad4b91da88
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub trait BroadcasterInterface {
|
||||||
|
|
||||||
/// An enum that represents the speed at which we want a transaction to confirm used for feerate
|
/// An enum that represents the speed at which we want a transaction to confirm used for feerate
|
||||||
/// estimation.
|
/// estimation.
|
||||||
#[derive(Clone, Copy, Hash, PartialEq, Eq)]
|
#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
|
||||||
pub enum ConfirmationTarget {
|
pub enum ConfirmationTarget {
|
||||||
/// We are happy with this transaction confirming slowly when feerate drops some.
|
/// We are happy with this transaction confirming slowly when feerate drops some.
|
||||||
Background,
|
Background,
|
||||||
|
|
Loading…
Add table
Reference in a new issue