mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
82aab2a404
Currently re-using http connections for the json-rpc requests seems to slow down the requests considerably. Avoid this by forcing a close after each requests in the blockwalk tool.