Skip to content

Satisfier::lookup_tap_key_spend_sig(&self) should take the pubkey as an argument #825

Closed
@benma

Description

@benma

fn lookup_tap_key_spend_sig(&self) -> Option<bitcoin::taproot::Signature> { None }

Compare to AssetProvider in plan.rs:

fn provider_lookup_tap_key_spend_sig(&self, _: &Pk) -> Option<usize> { None }

Seeing that AssetProvider mirrors Satisfier, they should be consistent, and it seems helpful to include the pubkey in the satisfier function so one can look up the signature based on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions