Skip to content

Commit

Permalink
verified technical requirements and resolved warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikbhatt20 committed Nov 25, 2024
1 parent 76c0173 commit 4678f2d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ declare_id!("CSqtsYXnt2UfXttszwG6rGFFY7EedJ5kmn4xEyas4LeE");
pub mod transfer_tokens_program {
use super::*;
pub fn create_token(
ctx: Context<CreateTokenContext>,
decimals: u8,
freeze_authority: Pubkey,
_ctx: Context<CreateTokenContext>,
_decimals: u8,
_freeze_authority: Pubkey,
) -> Result<()> {
// Note: Initialization for mint handled manually
// As Poseidon's transpiler does not support initializeMint yet.
Expand Down

0 comments on commit 4678f2d

Please sign in to comment.