enable log req res

This commit is contained in:
Lucca Martins 2025-02-24 22:52:20 -03:00
parent 318047f951
commit c94033070a
No known key found for this signature in database
GPG key ID: DC3D7F76BDAE23BF

View file

@ -9,6 +9,6 @@ rpc_url="http://localhost:8545"
cd matic-cli/tests/rpc-tests cd matic-cli/tests/rpc-tests
go mod tidy go mod tidy
go run . --priv-key "$privKey" --rpc-url "$rpc_url" go run . --priv-key "$privKey" --rpc-url "$rpc_url" --log-req-res true
cd - cd -