Commit 4ad8f103 authored by Taylor Gerring's avatar Taylor Gerring

Format contract code as hexdata

parent f7fdb4df
......@@ -349,6 +349,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
if err != nil {
return err
}
contract.Code = newHexData(contract.Code).String()
*reply = contract
case "eth_newFilter":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment