Skip to content

Commit

Permalink
Clarify work score for Max Burned Mana
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jan 23, 2024
1 parent 474511f commit d4663c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0046/tip-0046.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ A _Basic Block_ is the name for a _Block_ with its body set to a _Basic Block Bo
<tr>
<td>Max Burned Mana</td>
<td>uint64</td>
<td>The amount of Mana the Account identified by <code>Issuer ID</code> is at most willing to burn for this block. The actual Mana deducted from this Account's Block Issuance Credit may be lower than the value of this field which is the product of the block's work score and the RMC (Reference Mana Cost) from the block's slot commitment, identified by the <code>Slot Commitment ID</code>. Therefore, for the calculation of this field, the block issuer should also use the RMC value from the same commitment.</td>
<td>The amount of Mana the Account identified by <code>Issuer ID</code> is at most willing to burn for this block. The actual Mana deducted from this Account's Block Issuance Credit may be lower than the value of this field which is the product of the <a href="#work-score-2">basic block's work score</a> and the RMC (Reference Mana Cost) from the block's slot commitment, identified by the <code>Slot Commitment ID</code>. Therefore, for the calculation of this field, the block issuer should use the RMC value from the same commitment.</td>
</tr>
</table>

Expand Down

0 comments on commit d4663c5

Please sign in to comment.