Skip to content

Commit 7f886f2

Browse files
committed
re-add deleted comments
1 parent fd8b4bf commit 7f886f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust-sdk/whirlpool/src/token.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ pub(crate) async fn prepare_token_accounts_instructions(
9797
// the main difference is that create idempotent will consume more CUs if the account already exists.
9898
// https://github.com/solana-program/associated-token-account/blob/ecc069c5e9182d55ff1809258a9de4d73943b2ff/interface/src/instruction.rs#L20-L40
9999
create_instructions.push(create_associated_token_account_idempotent(
100-
&owner,
101-
&owner,
100+
&owner, // funder
101+
&owner, // owner
102102
&mint_address,
103103
&mint_account_infos[i].owner,
104104
));

0 commit comments

Comments
 (0)