This commit is contained in:
Hardhat Chad
2024-04-27 16:30:45 +00:00
parent 3a109e7a11
commit f4d36f9b9f
18 changed files with 1019 additions and 721 deletions

View File

@@ -17,12 +17,6 @@ pub struct Bus {
/// The quantity of rewards this bus can issue in the current epoch epoch.
pub rewards: u64,
/// Histogram of hash count per difficulty
pub hash_hist: [u64; 32],
/// Cumulative sum of applied multipliers per difficulty
pub multiplier_hist: [u64; 32],
}
impl Discriminator for Bus {