mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 20:15:18 +00:00
disable full error trace in localtestnet
This commit is contained in:
parent
afacc89c8d
commit
890e858558
@ -38,9 +38,9 @@ sed -in-place='' 's/enable = false/enable = true/g' $DATA/config/app.toml
|
|||||||
# Set evm tracer to json
|
# Set evm tracer to json
|
||||||
sed -in-place='' 's/tracer = ""/tracer = "json"/g' $DATA/config/app.toml
|
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\
|
sed -in-place='' '/iavl-cache-size/a\
|
||||||
trace = true' $DATA/config/app.toml
|
trace = false' $DATA/config/app.toml
|
||||||
|
|
||||||
# Set client chain id
|
# Set client chain id
|
||||||
sed -in-place='' 's/chain-id = ""/chain-id = "zgchain_8888-1"/g' $DATA/config/client.toml
|
sed -in-place='' 's/chain-id = ""/chain-id = "zgchain_8888-1"/g' $DATA/config/client.toml
|
||||||
|
Loading…
Reference in New Issue
Block a user