mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-01-22 21:16:42 +00:00
test: disable evm trace in localtestnet
This commit is contained in:
parent
f5ce18dd5f
commit
a4b8d77411
@ -36,7 +36,7 @@ $BINARY init validator --chain-id $chainID
|
||||
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
|
||||
sed -in-place='' 's/tracer = ""/tracer = ""/g' $DATA/config/app.toml
|
||||
|
||||
# Disable full error trace
|
||||
sed -in-place='' '/iavl-cache-size/a\
|
||||
|
Loading…
Reference in New Issue
Block a user