motherlode

This commit is contained in:
Hardhat Chad
2025-10-02 15:54:46 -07:00
parent 602df64c20
commit 6f0a956f3a
2 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ pub struct ResetEvent {
/// The number of miners on the winning square.
pub num_winners: u64,
/// The amount of ORE payout for the motherlode.
pub motherlode: u64,
/// The total amount of SOL prospected in the round.
pub total_deployed: u64,