remove motherlode

This commit is contained in:
Hardhat Chad
2025-06-24 14:42:14 -05:00
parent fdeb2cf82a
commit e7874a6322
9 changed files with 21 additions and 82 deletions

View File

@@ -150,8 +150,11 @@ pub struct CommitEvent {
/// The amount of hashpower committed.
pub amount: u64,
/// The total amount of hashpower this user has committed.
pub commitment: u64,
/// The total amount of hashpower committed to the block.
pub block_commitment: u64,
/// The total amount of hashpower this miner has committed to the block.
pub permit_commitment: u64,
/// The timestamp of the event.
pub ts: i64,
@@ -172,8 +175,11 @@ pub struct UncommitEvent {
/// The amount of hashpower committed.
pub amount: u64,
/// The total amount of hashpower this user has committed.
pub commitment: u64,
/// The total amount of hashpower committed to the block.
pub block_commitment: u64,
/// The total amount of hashpower this miner has committed to the block.
pub permit_commitment: u64,
/// The timestamp of the event.
pub ts: i64,