Skip to content

Commit da9918e

Browse files
committed
fix: Change to add compatibility with mobile platforms
1 parent 6447ba5 commit da9918e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum/RPCServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ export class RPCServer implements RPC {
6565
throw new Error(json.error.message || 'rpc error');
6666
}
6767

68-
return json;
68+
return json.result;
6969
}
7070
}

0 commit comments

Comments
 (0)