mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-14 16:55:53 +00:00
Merge pull request #983 from tgerring/issue958
Format contract code as hexdata
This commit is contained in:
commit
69c78ddbb4
@ -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…
x
Reference in New Issue
Block a user