Skip to content

Commit f2d8ec2

Browse files
committed
transfer-switch/anchor - extra metas fix
1 parent f66e325 commit f2d8ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/token-2022/transfer-hook/transfer-switch/anchor/programs/transfer-switch/src/instructions/initialise_extra_account_metas_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl<'info> InitializeExtraAccountMetas<'info> {
4141
Seed::AccountKey { index: 3 }, // sender index
4242
],
4343
false, // is_signer
44-
true, // is_writable
44+
false, // is_writable
4545
)?,
4646
];
4747

0 commit comments

Comments
 (0)