Skip to content

Commit

Permalink
Update programs/protocol-contracts-solana/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
brewmaster012 and lumtis authored Oct 11, 2024
1 parent 962c769 commit aa99c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/protocol-contracts-solana/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ pub mod gateway {
.clone(),
],
)?;
let bal1 = signer_info.lamports();
let balAfter = signer_info.lamports();

msg!("Associated token account for recipient created!");
msg!(
Expand Down

0 comments on commit aa99c40

Please sign in to comment.