From 4ad8f1035b41260aafc5a20218333403bb271090 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Thu, 14 May 2015 12:17:19 -0500 Subject: Format contract code as hexdata --- rpc/api.go | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc') diff --git a/rpc/api.go b/rpc/api.go index 066c81222..b59253ef7 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -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": -- cgit v1.2.3