update mine event

This commit is contained in:
Hardhat Chad
2025-07-15 18:03:05 -07:00
parent 4a3f61bc71
commit 3e30ebb87d
2 changed files with 14 additions and 9 deletions

View File

@@ -105,6 +105,9 @@ pub struct MineEvent {
/// The total amount of hashes deployed in the block.
pub total_deployed: u64,
/// The amount of hashpower remaining in the permit.
pub remaining_commitment: u64,
/// The timestamp of the event.
pub ts: i64,
}