openethereum/js-libs

Metamask responses are not parsed

Closed this issue · 0 comments

const api = new Api(window.web3 && window.web3.currentProvider);
api.eth.syncing().then(console.log);

Expected:
false

Actual
{ id: 2, jsonrpc: 2, result: false }