Skip to content

Commit

Permalink
Fix typos in documentation (#2402)
Browse files Browse the repository at this point in the history
-contact-contract → Corrected to contract-contact (assuming this was
intended).
-timestamnp → Corrected to timestamp.

These changes improve clarity and correct spelling errors
  • Loading branch information
pls148 authored Jan 15, 2025
2 parents 49b4149 + 06457fb commit 2bb102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Time based:

- **start_voting_time:** UNIX timestamp at which voting for the upgrade proposal starts.
- **stop_voting_time:** UNIX timestamp at which voting for the upgrade proposal stops.
- **start_proposing_time:** the earliest UNIX timestamnp in which the node can propose an upgrade.
- **start_proposing_time:** the earliest UNIX timestamp in which the node can propose an upgrade.
- **stop_proposing_time:** UNIX timestamp after which the node stops proposing an upgrade.

The window between `start_proposing_view/time` and `stop_proposing_view/time` should provide sufficient time for nodes
Expand Down

0 comments on commit 2bb102e

Please sign in to comment.