-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
rust-bitcoin-pool-identification/src/lib.rs
Lines 86 to 92 in bb2faaf
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] | |
pub enum IdentificationMethod { | |
/// The [Pool] was identified via a known coinbase output address. | |
Address, | |
/// The [Pool] was identified via a known tag in the coinbase script sig. | |
Tag, | |
} |
This would better allow logging the IdentificationMethod
Metadata
Metadata
Assignees
Labels
No labels