Daniel Libonati

Results 2 issues of Daniel Libonati

Whenever a JSON RPC call returns `None`, the `result` key in the response will not exist, and therefore it will trigger a KeyError. By using get(), None is returned if...

When a JSONRPC call returns None, the response dictionary doesn't contain a 'result' key, therefore it produces a KeyError.