max multiplier

This commit is contained in:
Hardhat Chad
2024-05-14 03:11:47 +00:00
parent a71024cfa1
commit 3cfffdffc0
3 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ static_assertions::const_assert!(
/// The duration of two years, in minutes.
/// Used to calculate the staking reward multiplier.
pub const TWO_YEARS: u64 = 60 * 24 * 365 * 2;
pub const ONE_YEAR: u64 = 60 * 24 * 365;
/// The seed of the bus account PDA.
pub const BUS: &[u8] = b"bus";