build: update init.sh
to not include --trace
flag (#319)
This commit is contained in:
parent
c8b88a3a8b
commit
072f0534db
6
init.sh
6
init.sh
@ -5,6 +5,10 @@ MONIKER="localtestnet"
|
|||||||
KEYRING="test"
|
KEYRING="test"
|
||||||
KEYALGO="eth_secp256k1"
|
KEYALGO="eth_secp256k1"
|
||||||
LOGLEVEL="info"
|
LOGLEVEL="info"
|
||||||
|
# to trace evm
|
||||||
|
#TRACE="--trace"
|
||||||
|
TRACE=""
|
||||||
|
|
||||||
|
|
||||||
# remove existing daemon and client
|
# remove existing daemon and client
|
||||||
rm -rf ~/.ethermintd*
|
rm -rf ~/.ethermintd*
|
||||||
@ -80,4 +84,4 @@ if [[ $1 == "pending" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
|
# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
|
||||||
ethermintd start --pruning=nothing --trace --log_level $LOGLEVEL --minimum-gas-prices=0.0001aphoton
|
ethermintd start --pruning=nothing $TRACE --log_level $LOGLEVEL --minimum-gas-prices=0.0001aphoton
|
||||||
|
Loading…
Reference in New Issue
Block a user