mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
Merge branch 'hardhat/v2' into upgrade-ix
This commit is contained in:
@@ -66,6 +66,7 @@ pub fn process_upgrade<'a, 'info>(
|
||||
if mint.supply.saturating_add(amount_to_mint).gt(&MAX_SUPPLY) {
|
||||
return Err(OreError::MaxSupply.into());
|
||||
}
|
||||
drop(mint_data);
|
||||
|
||||
// Mint to the beneficiary account
|
||||
solana_program::program::invoke_signed(
|
||||
|
||||
Reference in New Issue
Block a user