Commit 69c78ddb authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #983 from tgerring/issue958

Format contract code as hexdata
parents 007bced2 4ad8f103
......@@ -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