mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-03 10:46:48 +01:00
Implement Hash for ConfirmationTarget
This commit is contained in:
parent
e55e0d53c7
commit
83dcd39c6d
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
|
||||
/// estimation.
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Clone, Copy, Hash, PartialEq, Eq)]
|
||||
pub enum ConfirmationTarget {
|
||||
/// We are happy with this transaction confirming slowly when feerate drops some.
|
||||
Background,
|
||||
|
|
Loading…
Add table
Reference in a new issue