Skip to content

Commit

Permalink
Out of date docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 6, 2023
1 parent 45b3629 commit da35377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/types/block/mana/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct ManaParameters {
pub(crate) bits_count: u8,
/// The amount of potential Mana generated by 1 microIOTA in 1 slot multiplied by 2^generation_rate_exponent.
pub(crate) generation_rate: u8,
/// The scaling of `mana_generation_rate` expressed as an exponent of 2.
/// The scaling of `generation_rate` expressed as an exponent of 2.
/// The actual generation rate of Mana is given by generation_rate * 2^(-generation_rate_exponent).
pub(crate) generation_rate_exponent: u8,
/// A lookup table of epoch index diff to mana decay factor.
Expand All @@ -36,7 +36,7 @@ pub struct ManaParameters {
pub(crate) decay_factors_exponent: u8,
/// An integer approximation of the sum of decay over epochs.
pub(crate) decay_factor_epochs_sum: u32,
/// The scaling of `mana_decay_factor_epochs_sum` expressed as an exponent of 2.
/// The scaling of `decay_factor_epochs_sum` expressed as an exponent of 2.
pub(crate) decay_factor_epochs_sum_exponent: u8,
// Decay factor for 1 year.
pub(crate) annual_decay_factor_percentage: u8,
Expand Down

0 comments on commit da35377

Please sign in to comment.