mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
parent
27d652b2a4
commit
ace482bd00
@ -78,8 +78,6 @@ func convertPayloadStatus(x *remote.EnginePayloadStatus) map[string]interface{}
|
||||
}
|
||||
if x.LatestValidHash != nil {
|
||||
json["latestValidHash"] = common.Hash(gointerfaces.ConvertH256ToHash(x.LatestValidHash))
|
||||
} else {
|
||||
json["latestValidHash"] = common.Hash{}
|
||||
}
|
||||
if x.ValidationError != "" {
|
||||
json["validationError"] = x.ValidationError
|
||||
|
Loading…
Reference in New Issue
Block a user