correct bus balances

This commit is contained in:
Hardhat Chad
2024-05-09 13:19:16 +00:00
parent 8b064d313b
commit 6b5dba464c
2 changed files with 15 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ use crate::{
SMOOTHING_FACTOR, TARGET_EPOCH_REWARDS, TREASURY, TREASURY_BUMP,
};
// TODO Update comments to account for 5 minute epoch
/// Reset sets up the Ore program for the next epoch. Its responsibilities include:
/// 1. Reset bus account rewards counters.
/// 2. Adjust the reward rate to stabilize inflation.