Why:
* To be able to index transactions, we need to add special handling for
a bug in Ganache in which transaction inputs are returned as invalid
`DATA` types. For details please see:
https://github.com/trufflesuite/ganache/issues/997
* Issue link: https://github.com/poanetwork/blockscout/issues/1068
This change addresses the need by:
* Editing `EthereumJSONRPC.Transaction` to convert incorrectly formatted
transaction `input`s of `0x0` to `0x`.