Skip to content

Commit d98b00e

Browse files
authored
fix(chain-1972): remove unused payer account in RelayMessage (#98)
1 parent 3d6d178 commit d98b00e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

solana/programs/bridge/src/base_to_solana/instructions/relay_message.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ use crate::common::{bridge::Bridge, BRIDGE_SEED};
1313
/// with additional instructions. The message execution is performed through CPI calls using a bridge authority.
1414
#[derive(Accounts)]
1515
pub struct RelayMessage<'info> {
16-
/// A signer for the transaction. This instruction does not read or debit this
17-
/// account directly; transaction fees are paid at the transaction level.
18-
pub payer: Signer<'info>,
19-
2016
/// The incoming message account containing the cross-chain message to be executed.
2117
/// - Contains either a pure call message or a transfer message with additional instructions
2218
/// - Must be mutable to mark the message as executed after processing

0 commit comments

Comments
 (0)