11 decimals

This commit is contained in:
Hardhat Chad
2024-04-30 17:43:04 +00:00
parent 43a01003a3
commit 8ab3c27492
8 changed files with 49 additions and 39 deletions

View File

@@ -17,6 +17,10 @@ pub struct Bus {
/// The quantity of rewards this bus can issue in the current epoch epoch.
pub rewards: u64,
// TODO Come up with better name
/// The rewards that would have been paid out this epoch if the bus had no limit.
pub theoretical_rewards: u64,
}
impl Discriminator for Bus {