Skip to content

Commit

Permalink
chore: update documentation from cosmos-sdk/docs (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 27, 2024
1 parent f87a76e commit a778248
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user/run-node/06-run-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This section describes how to securely run a node in a public setting and/or on
When operating a node, full node or validator, in production it is important to set your server up securely.

:::note
There are many different ways to secure a server and your node, the described steps here is one way. To see another way of setting up a server see the [run in production tutorial](https://tutorials.cosmos.network/hands-on-exercise/5-run-in-prod/1-overview.html).
There are many different ways to secure a server and your node, the described steps here is one way. To see another way of setting up a server see the [run in production tutorial](https://tutorials.cosmos.network/hands-on-exercise/4-run-in-prod).
:::

:::note
Expand Down
2 changes: 1 addition & 1 deletion docs/user/run-node/08-onchain-multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features.
The previous implementation only allowed for m-of-n multisig accounts, where m is the number of signatures required to
authorize a transaction and n is the total number of signers. The new implementation allows for more flexibility by
introducing threshold and quorum values. The quorum is the minimum voting power to make a proposal valid, while the
threshol is the minimum of voting power of YES votes to pass a proposal.
threshold is the minimum of voting power of YES votes to pass a proposal.

### Revote

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features.
The previous implementation only allowed for m-of-n multisig accounts, where m is the number of signatures required to
authorize a transaction and n is the total number of signers. The new implementation allows for more flexibility by
introducing threshold and quorum values. The quorum is the minimum voting power to make a proposal valid, while the
threshol is the minimum of voting power of YES votes to pass a proposal.
threshold is the minimum of voting power of YES votes to pass a proposal.

### Revote

Expand Down

0 comments on commit a778248

Please sign in to comment.