Skip to content

Commit ac2e120

Browse files
committed
verified technical requirements and resolved warnings
1 parent 7973676 commit ac2e120

File tree

1 file changed

+3
-3
lines changed
  • tokens/spl-token-minter/poseidon/spl-token-minter/programs/spl-token-minter/src

1 file changed

+3
-3
lines changed

tokens/spl-token-minter/poseidon/spl-token-minter/programs/spl-token-minter/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ declare_id!("CSi4VcU9g99HKSodPV3MJvweoEAuaqWqgEC3jvdHieDG");
88
pub mod spl_token_minter {
99
use super::*;
1010
pub fn create_token_mint(
11-
ctx: Context<CreateTokenMintContext>,
12-
decimals: u8,
13-
freeze_authority: Pubkey,
11+
_ctx: Context<CreateTokenMintContext>,
12+
_decimals: u8,
13+
_freeze_authority: Pubkey,
1414
) -> Result<()> {
1515
// Note: Initialization for mint handled manually
1616
// As Poseidon's transpiler does not support initializeMint yet.

0 commit comments

Comments
 (0)