mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
enable log req res
This commit is contained in:
parent
318047f951
commit
c94033070a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -
|
||||
Loading…
Reference in a new issue