Skip to content

Commit

Permalink
chore: fix typos (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Nov 5, 2024
1 parent 4823880 commit 0ab5191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TECHNICAL-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Run `make test-all` command to run tests.

## Localnet

To start a local blockchain, you can simply run the following command. The command uses Ignite CLI to start a local blockchain node with automatic reloading. If you don't have Starport set up in your local machine, see this [install guide](https://docs.ignite.com/#install-starport) to install it.
To start a local blockchain, you can simply run the following command. The command uses Ignite CLI to start a local blockchain node with automatic reloading. If you don't have Ignite set up in your local machine, see this [install guide](https://docs.ignite.com/welcome/install) to install it.
```bash
make localnet
Expand Down
2 changes: 1 addition & 1 deletion app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func interBlockCacheOpt() func(*baseapp.BaseApp) {
}

// BenchmarkSimulation run the chain simulation
// Running using starport command:
// Running using ignite command:
// `ignite chain simulate -v --numBlocks 200 --blockSize 50`
// Running as go benchmark test:
// `go test -benchmem -run=^$ -bench ^BenchmarkSimulation ./app -NumBlocks=200 -BlockSize 50 -Commit=true -Verbose=true -Enabled=true`
Expand Down

0 comments on commit 0ab5191

Please sign in to comment.