This commit is contained in:
Hardhat Chad
2025-05-26 14:16:19 -07:00
parent 85b8222287
commit b996adcac3
5 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ pub struct Block {
pub noise: [u8; 32],
/// Whether or not the current round has paid out.
pub payed_out: u64,
pub paid: u64,
/// The amount of ORE to distribute to the winner.
pub reward: u64,