mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 04:57:17 +00:00
Format contract code as hexdata
This commit is contained in:
parent
f7fdb4dfbe
commit
4ad8f1035b
@ -349,6 +349,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
contract.Code = newHexData(contract.Code).String()
|
||||||
*reply = contract
|
*reply = contract
|
||||||
|
|
||||||
case "eth_newFilter":
|
case "eth_newFilter":
|
||||||
|
Loading…
Reference in New Issue
Block a user