log load treasury tokens

This commit is contained in:
alex
2024-07-10 10:06:09 -07:00
parent be147d17de
commit 26303d25e6
3 changed files with 9 additions and 1 deletions

View File

@@ -113,6 +113,8 @@ pub fn process_reset<'a, 'info>(
return Err(OreError::MaxSupply.into());
}
sol_log("funding treasury token account");
// Fund treasury token account
let amount = MAX_SUPPLY
.saturating_sub(mint.supply)