This commit is contained in:
Hardhat Chad
2024-05-24 21:54:38 +00:00
parent 588d40b0aa
commit da4a81c30b
5 changed files with 20 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ pub struct Bus {
/// The ID of the bus account.
pub id: u64,
/// The remaining rewards this bus has left to payout in the current epoch epoch.
/// The remaining rewards this bus has left to payout in the current epoch.
pub rewards: u64,
/// The rewards this bus would have paid out in the current epoch if there no limit.