We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6447ba5 commit da9918eCopy full SHA for da9918e
packages/ethereum/RPCServer.ts
@@ -65,6 +65,6 @@ export class RPCServer implements RPC {
65
throw new Error(json.error.message || 'rpc error');
66
}
67
68
- return json;
+ return json.result;
69
70
0 commit comments