Skip to content

Commit

Permalink
docs: add update for min-gas-prices in local-testnet tutorial (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgwz authored Jun 28, 2023
1 parent d0de612 commit 993df5b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/ledger/get-started/local-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ regen collect-gentxs

Now that you have updated the `genesis.json` file, you are ready to start the node. Starting a node with a new genesis file will create a new blockchain.

## Set the minimum gas price

We need to update the minimum gas price before we can start the node.
Open the `~/.regen/config/app.toml` file and set the value as:

```
minimum-gas-prices = "0uregen"
```

## Start Node

Well, what are you waiting for?
Expand Down

0 comments on commit 993df5b

Please sign in to comment.