Skip to content

Getter names should follow rust convention, rename get_owned_vouts, transaction_to_schedule_broadcast #104

Description

@DanGould

https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter

pub fn get_owned_vouts(&self) -> &Vec<usize> { &self.owned_vouts }

/// The Sender's Original PSBT
pub fn get_transaction_to_schedule_broadcast(&self) -> bitcoin::Transaction {
self.psbt.clone().extract_tx()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    apigood first issueDoes NOT mean "an LLM can do this." Please discuss the constraints and intended approach.receivereceiving payjoin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions