From cdfac8b426a6695f2f340801251ea6e4cd51bd94 Mon Sep 17 00:00:00 2001
From: Solovyov1796 <xinyu@0g.ai>
Date: Wed, 23 Oct 2024 17:48:17 +0800
Subject: [PATCH] disable evm trace in localtestnet

---
 localtestnet.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localtestnet.sh b/localtestnet.sh
index 80b8265a..dc7ceae2 100755
--- a/localtestnet.sh
+++ b/localtestnet.sh
@@ -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\