Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
PhilippGackstatter and thibault-martinez committed Dec 5, 2023
1 parent afa7a2a commit 06513fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tips/TIP-0039/tip-0039.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires: TIP-42
# Summary

This document defines the Mana-related concepts and the Mana dynamics in the IOTA 2.0 protocol. The TIP defines the two
types of Mana, namely **Potential Mana** and **Stored Mana,** as well as the **Block Issuance Credit (BIC)** that Mana
types of Mana, namely **Potential Mana** and **Stored Mana**, as well as the **Block Issuance Credit (BIC)** that Mana
can be allotted to.

# Motivation
Expand All @@ -28,7 +28,7 @@ IOTA Tokenomics. The following document gives a high-level overview of Mana type
change introduced in the IOTA 2.0 protocol, next to staking, delegation and congestion control changes. This document
works with the Congestion Control Algorithm with Mana, in which block issuers must allot Mana to their account to
increase their Block Issuance Credit balance. In order to issue a block a certain amount of BIC is deducted from the
issuer account balance and burned. In order to issue blocks and use all functionalitiy related to Mana, the user is
issuer account balance and burned. In order to issue blocks and use all functionality related to Mana, the user is
required to have an account, which is introduced in [TIP-42](../TIP-0042/tip-0042.md).

# Building Blocks
Expand Down Expand Up @@ -412,7 +412,7 @@ validators and delegators with Mana is reasonable as it does not extract value f
- `Transaction Creation Slot` is the `Creation Slot` of the transaction,
- `Output Creation Slot` is the `Creation Slot` of the transaction that created the output.
- `Total Potential Mana` is the sum of Potential Mana for each input `i`:
- where its Potential Mana is calculcated as
- where its Potential Mana is calculated as
`Potential Mana(Generation Amount, Output Creation Slot, Transaction Creation Slot)` according to
[Potential Mana](#potential-mana) where:
- `Generation Amount` is defined as `Amount_i - Min Deposit`, if `Min Deposit > Amount_i`, otherwise `0`, where:
Expand Down

0 comments on commit 06513fb

Please sign in to comment.