Skip to content

Implement Display for IdentificationMethod #13

@0xB10C

Description

@0xB10C

#[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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions