Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove repeat words #754

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/run_validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ You have to refer to that name later when you use cli to sign transactions.
Validators are actors on the network committing new blocks by submitting their votes.
This refers to the node itself, not a single person or a single account.

The next step is to to declare a validator candidate.
The next step is to declare a validator candidate.
To declare a validator candidate, run the following command adjusting the stake amount and the other fields:

```bash
Expand Down
2 changes: 1 addition & 1 deletion x/liquidity/spec/08_params.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The default value of zero means no limit.

## PoolCreationFee

Fee paid for to create a LiquidityPool creation. This fee prevents spamming and is collected in in the community pool of the distribution module.
Fee paid for to create a LiquidityPool creation. This fee prevents spamming and is collected in the community pool of the distribution module.

## SwapFeeRate

Expand Down