Skip to content

Commit

Permalink
Add retention period to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 11, 2024
1 parent ee04615 commit 336d398
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tips/TIP-0049/tip-0049.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,11 @@ other nodes and to process blocks properly.
<td>uint8</td>
<td>Pool Coefficient Exponent is the exponent used for shifting operation in the pool rewards calculations.</td>
</tr>
<tr>
<td>Retention Period</td>
<td>uint16</td>
<td>Retention Period is the number of epochs for which rewards are retained</td>
</tr>
</table>
</details>
</td>
Expand Down

0 comments on commit 336d398

Please sign in to comment.