mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Merge pull request #1831 from benthecarman/hash-ConfirmationTarget
Implement Hash for ConfirmationTarget
This commit is contained in:
commit
8f525c4390
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