mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-16 23:16:47 +00:00
comments
This commit is contained in:
@@ -183,7 +183,7 @@ pub fn process_reset(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResul
|
||||
treasury.motherlode = 0;
|
||||
}
|
||||
|
||||
// If activation is enabled, pay out 1 ORE to all Seeker miners, proportional to their deployment.
|
||||
// If Seeker activation is enabled, pay out 1 ORE to all winning Seeker miners, proportional to their deployment.
|
||||
let mint = mint_info.as_mint()?;
|
||||
let seeker_mint_amount = ONE_ORE.min(MAX_SUPPLY - mint.supply());
|
||||
if config.is_seeker_activation_enabled == 1
|
||||
|
||||
Reference in New Issue
Block a user