diff --git a/localtestnet.sh b/localtestnet.sh index 3dc39f04..80b8265a 100755 --- a/localtestnet.sh +++ b/localtestnet.sh @@ -38,9 +38,9 @@ sed -in-place='' 's/enable = false/enable = true/g' $DATA/config/app.toml # Set evm tracer to json sed -in-place='' 's/tracer = ""/tracer = "json"/g' $DATA/config/app.toml -# Enable full error trace to be returned on tx failure +# Disable full error trace sed -in-place='' '/iavl-cache-size/a\ -trace = true' $DATA/config/app.toml +trace = false' $DATA/config/app.toml # Set client chain id sed -in-place='' 's/chain-id = ""/chain-id = "zgchain_8888-1"/g' $DATA/config/client.toml