event disc

This commit is contained in:
Hardhat Chad
2025-06-18 08:02:27 -07:00
parent e5f5cd6537
commit fbcbd865b4
12 changed files with 47 additions and 4 deletions

View File

@@ -72,6 +72,7 @@ pub fn process_close(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResul
// Emit event.
RewardEvent {
disc: OreEvent::Reward as u64,
amount: block.reward.lode_reward,
authority: block.reward.lode_authority,
block_id: block.id,