bus checks

This commit is contained in:
Hardhat Chad
2024-02-16 17:51:00 +00:00
parent 992ad9d2ab
commit 3934f81b31
9 changed files with 45 additions and 50 deletions

View File

@@ -12,7 +12,7 @@ pub struct Bus {
pub id: u64,
/// The quantity of rewards this bus can issue in the current epoch epoch.
pub available_rewards: u64,
pub rewards: u64,
}
impl Discriminator for Bus {