Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 20, 2023
1 parent 38b9fb2 commit 2fe528a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tips/TIP-0049/tip-0049.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ other nodes and to process blocks properly.
<tr>
<td>Genesis Unix Timestamp</td>
<td>uint64</td>
<td>Genesis Unix Timestamp defines the genesis timestamp at which the slots start to count</td>
<td>Genesis Unix Timestamp defines the genesis timestamp (in seconds) at which the slots start to count.</td>
</tr>
<tr>
<td>Slot Duration In Seconds</td>
Expand Down Expand Up @@ -277,12 +277,12 @@ other nodes and to process blocks properly.
<td>The number of epochs worth of Mana that a node is punished with for each additional validation block it issues.</td>
</tr>
<tr>
<td>Liveness Threshold Lower Bound In Seconds</td>
<td>Liveness Threshold Lower Bound</td>
<td>uint16</td>
<td>Liveness Threshold Lower Bound is used by tip-selection to determine if a block is eligible by evaluating issuingTimes.</td>
</tr>
<tr>
<td>Liveness Threshold Upper Bound In Seconds</td>
<td>Liveness Threshold Upper Bound</td>
<td>uint16</td>
<td>Liveness Threshold Upper Bound is used by tip-selection to determine if a block is eligible by evaluating issuingTimes</td>
</tr>
Expand Down

0 comments on commit 2fe528a

Please sign in to comment.