Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

solana: Remove references to payer.sequence_value from the code comments  #143

@johnsaigle

Description

@johnsaigle

This value was removed in #90 but is still listed as the seed for PDAs in e.g.

/// CHECK: Mutable. Seeds must be \["core-msg", payer, payer_sequence.value\].
#[account(
mut,
seeds = [
common::CORE_MESSAGE_SEED_PREFIX,
prepared_order.key().as_ref(),
],
bump,
)]
core_message: UncheckedAccount<'info>,
/// CHECK: Mutable. Seeds must be \["cctp-msg", payer, payer_sequence.value\].
#[account(
mut,
seeds = [
common::CCTP_MESSAGE_SEED_PREFIX,
prepared_order.key().as_ref(),
],
bump,
)]
cctp_message: UncheckedAccount<'info>,

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