Skip to content

Commit

Permalink
refactor(simd/v2): Rename to minimum-gas-price (cosmos#21099)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk authored Jul 29, 2024
1 parent 73a9396 commit 3f22acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/local-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SIMD="$ROOT/build/simdv2"

COSMOS_BUILD_OPTIONS=v2 make build

$SIMD testnet init-files --chain-id=testing --output-dir="$HOME/.testnet" --validator-count=3 --keyring-backend=test --min-gas-prices=0.000001stake --commit-timeout=900ms --single-host
$SIMD testnet init-files --chain-id=testing --output-dir="$HOME/.testnet" --validator-count=3 --keyring-backend=test --minimum-gas-prices=0.000001stake --commit-timeout=900ms --single-host

$SIMD start --log_level=info --home "$HOME/.testnet/node0/simdv2" &
$SIMD start --log_level=info --home "$HOME/.testnet/node1/simdv2" &
Expand Down
2 changes: 1 addition & 1 deletion simapp/v2/simdv2/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
)

var (
flagMinGasPrices = "min-gas-prices"
flagMinGasPrices = "minimum-gas-prices"
flagNodeDirPrefix = "node-dir-prefix"
flagNumValidators = "validator-count"
flagOutputDir = "output-dir"
Expand Down

0 comments on commit 3f22acc

Please sign in to comment.