hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
web3_clientVersion returns null with websocket endpoint
Description
Expected: web3_clientVersion to return the same value as HTTP endpoint Current: returns null value
Steps to reproduce
{ "jsonrpc":"2.0", "method":"web3_clientVersion", "params":[], "id":1 }
{"result":null,"jsonrpc":"2.0","id":null}
Additional context
No response
Hedera network
testnet
Version
0.47.0-rc3
Operating system
None