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 518f449 commit 04269b2Copy full SHA for 04269b2
programs/earn/src/instructions/admin/initialize.rs
@@ -60,6 +60,7 @@ pub struct Initialize<'info> {
60
#[account(
61
mut,
62
mint::token_program = token_program
63
+ mint::decimals = 6, // Must be 6 decimals
64
)]
65
pub m_mint: InterfaceAccount<'info, Mint>,
66
0 commit comments