Skip to content

Commit 3ffba41

Browse files
a5-picklejohnsaigle
authored andcommitted
solana: remove mut
1 parent f94fb1b commit 3ffba41

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

solana/programs/example-native-token-transfers/src/transceivers/wormhole/instructions/broadcast_id.rs

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ pub struct BroadcastId<'info> {
2121
pub wormhole_message: Signer<'info>,
2222

2323
#[account(
24-
mut,
2524
seeds = [b"emitter"],
2625
bump
2726
)]

solana/programs/example-native-token-transfers/src/transceivers/wormhole/instructions/broadcast_peer.rs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pub struct BroadcastPeer<'info> {
2525
pub wormhole_message: Signer<'info>,
2626

2727
#[account(
28-
mut,
2928
seeds = [b"emitter"],
3029
bump
3130
)]

solana/programs/example-native-token-transfers/src/transceivers/wormhole/instructions/release_outbound.rs

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pub struct ReleaseOutbound<'info> {
3838
pub wormhole_message: UncheckedAccount<'info>,
3939

4040
#[account(
41-
mut,
4241
seeds = [b"emitter"],
4342
bump
4443
)]

0 commit comments

Comments
 (0)