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 fe3bb67 commit cfae987Copy full SHA for cfae987
tokens/pda-mint-authority/poseidon/token-minter/programs/token-minter/src/lib.rs
@@ -7,7 +7,7 @@ declare_id!("2Ry3iUWABuQv8PTjgPwaM1CFHB8D8CtuX6EVzYXQ3PvE");
7
#[program]
8
pub mod token_minter {
9
use super::*;
10
- pub fn create_token(ctx: Context<CreateTokenContext>, decimals: u8) -> Result<()> {
+ pub fn create_token(_ctx: Context<CreateTokenContext>, _decimals: u8) -> Result<()> {
11
// Note: Initialization for mint handled manually
12
// As Poseidon's transpiler does not support initializeMint yet.
13
0 commit comments