openethereum / js-libs

A collection of JavaScript libraries for Ethereum dapp development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with eth.getTransactionByHash

congnt171 opened this issue · comments

I using

api.eth.getTransactionByHash("0xab48202817c83a0817ce60b0437fb9b44123a7b7036c3641ad658a93ba1427db").then(result => {
  console.log(result)
})

and have error:

TypeError: Cannot read property 'toLowerCase' of null
    at Object.exports.toChecksumAddress (/home/louis/coin-notify/node_modules/@parity/abi/lib/util/address.js:52:28)

I think this error about result because if tx not found that work

Should be fixed in v3.0.6.