From c94033070a58a2b3ec77f2851013f469fa06c2a4 Mon Sep 17 00:00:00 2001 From: Lucca Martins Date: Mon, 24 Feb 2025 22:52:20 -0300 Subject: [PATCH] enable log req res --- integration-tests/rpc_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/rpc_test.sh b/integration-tests/rpc_test.sh index c55e4133c7..00b4758f03 100644 --- a/integration-tests/rpc_test.sh +++ b/integration-tests/rpc_test.sh @@ -9,6 +9,6 @@ rpc_url="http://localhost:8545" cd matic-cli/tests/rpc-tests 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 - \ No newline at end of file