Format contract code as hexdata

pull/983/head
Taylor Gerring 9 years ago
parent f7fdb4dfbe
commit 4ad8f1035b
  1. 1
      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":

Loading…
Cancel
Save