Titus.Wong
Results
1
issues of
Titus.Wong
When I run codes below, ```python from neorpc.Client import RPCClient client = RPCClient() blockchain_height = client.get_height() print(blockchain_height) ``` it returns this, ```python {'jsonrpc': '2.0', 'id': None, 'error': {'code': -32700, 'message':...