Skip to content

Commit

Permalink
Rename OffsetOutput to OffsetOutputOverhead
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Oct 24, 2023
1 parent 50cf409 commit 4268a6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tips/TIP-0049/tip-0049.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ The protocol parameters contain parameters that a node needs to apply to the com
<td>Defines the factor to be used for data only fields.</td>
</tr>
<tr>
<td>Offset Output</td>
<td>Offset Output Overhead</td>
<td>uint64</td>
<td>Defines the offset to be used for key/lookup generating fields.</td>
<td>Defines the offset to be applied to all outputs for the overhead of handling them in storage.</td>
</tr>
<tr>
<td>Offset Ed25519 Block Issuer Key</td>
Expand Down Expand Up @@ -242,12 +242,12 @@ The protocol parameters contain parameters that a node needs to apply to the com
<td>Decay Factors Exponent is the scaling of ManaDecayFactors expressed as an exponent of 2.</td>
</tr>
<tr>
<td>Decay Factors Epochs Sum</td>
<td>Decay Factor Epochs Sum</td>
<td>uint32</td>
<td>Decay Factor Epochs Sum is an integer approximation of the sum of decay over epochs.</td>
</tr>
<tr>
<td>Decay Factors Epochs Sum Exponent</td>
<td>Decay Factor Epochs Sum Exponent</td>
<td>uint8</td>
<td>Decay Factor Epochs Sum Exponent is the scaling of Decay Factor Epochs Sum expressed as an exponent of 2.</td>
</tr>
Expand Down Expand Up @@ -471,7 +471,7 @@ The example is a protocol parameter filled with random values:
"rentParameters": {
"storageCost": "0",
"factorData": 0,
"offsetOutput": "0",
"offsetOutputOverhead": "0",
"offsetEd25519BlockIssuerKey": "0",
"offsetStakingFeature": "0",
"offsetDelegation": "0"
Expand Down

0 comments on commit 4268a6f

Please sign in to comment.