We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7973676 commit ac2e120Copy full SHA for ac2e120
tokens/spl-token-minter/poseidon/spl-token-minter/programs/spl-token-minter/src/lib.rs
@@ -8,9 +8,9 @@ declare_id!("CSi4VcU9g99HKSodPV3MJvweoEAuaqWqgEC3jvdHieDG");
8
pub mod spl_token_minter {
9
use super::*;
10
pub fn create_token_mint(
11
- ctx: Context<CreateTokenMintContext>,
12
- decimals: u8,
13
- freeze_authority: Pubkey,
+ _ctx: Context<CreateTokenMintContext>,
+ _decimals: u8,
+ _freeze_authority: Pubkey,
14
) -> Result<()> {
15
// Note: Initialization for mint handled manually
16
// As Poseidon's transpiler does not support initializeMint yet.
0 commit comments