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