Skip to content

Commit

Permalink
Merge pull request #427 from mohanson/patch-2
Browse files Browse the repository at this point in the history
fix: typos in 0017-tx-valid-since.md
  • Loading branch information
quake authored Dec 21, 2023
2 parents 01f3bc6 + eda6ed7 commit 9fb1c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0017-tx-valid-since/0017-tx-valid-since.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The relative flag must be set to either `absolute` or `relative` with the specif

When `absolute` is specified, the threshold value is set to the specified `since` value, which is interpreted by the metric selected.

When `relative` is specified, the threshold value is calculated by retrieving the base value from the commitment block and and adding the `since` value. The base value is the block number, epoch number, or timestamp depending on the metric selected. The commitment block is the block in which the input was committed.
When `relative` is specified, the threshold value is calculated by retrieving the base value from the commitment block and adding the `since` value. The base value is the block number, epoch number, or timestamp depending on the metric selected. The commitment block is the block in which the input was committed.

After the threshold value and target value have been calculated they can be compared. The precondition is fulfilled only if the target value is equal to or greater than the threshold value.

Expand Down

0 comments on commit 9fb1c13

Please sign in to comment.