This commit is contained in:
Enrique Jose Avila Asapche 2022-06-09 11:26:30 +01:00 committed by GitHub
parent 27d652b2a4
commit ace482bd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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