From 890e8585582d7fb078a4bb859eb005252f59c4ae Mon Sep 17 00:00:00 2001 From: Solovyov1796 Date: Wed, 23 Oct 2024 14:40:37 +0800 Subject: [PATCH] disable full error trace in localtestnet --- localtestnet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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