Skip to content

Commit ee02c2a

Browse files
committed
temp: test ci failure
1 parent acaec01 commit ee02c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solana/programs/bridge_token_factory/src/instructions/user/finalize_transfer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use crate::{
2424
#[instruction(data: SignedPayload<FinalizeTransferPayload>)]
2525
pub struct FinalizeTransfer<'info> {
2626
#[account(
27-
mut,
27+
// mut,
2828
seeds = [CONFIG_SEED],
2929
bump = config.bumps.config,
3030
)]

0 commit comments

Comments
 (0)