From df9219868bb492b690d720c89ebd94d598770f18 Mon Sep 17 00:00:00 2001 From: Jongwhan Lee <51560997+leejw51crypto@users.noreply.github.com> Date: Thu, 5 Aug 2021 18:10:36 +0900 Subject: [PATCH] fix: replace comment on init.bat (#398) --- init.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.bat b/init.bat index 4e71f91f..08c06e40 100644 --- a/init.bat +++ b/init.bat @@ -14,8 +14,8 @@ set MONIKER="localtestnet" set KEYRING="test" set KEYALGO="eth_secp256k1" set LOGLEVEL="info" -# to trace evm -#TRACE="--trace" +rem to trace evm +rem TRACE="--trace" set TRACE="" set HOME=%USERPROFILE%\.ethermintd echo %HOME%