mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
Log blob's kzg commmitment at sync (#13111)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
671bf00c98
commit
b608c9f711
@ -241,6 +241,7 @@ func blobFields(b *eth.BlobSidecar) logrus.Fields {
|
||||
"slot": b.Slot,
|
||||
"proposerIndex": b.ProposerIndex,
|
||||
"blockRoot": fmt.Sprintf("%#x", b.BlockRoot),
|
||||
"kzgCommitment": fmt.Sprintf("%#x", b.KzgCommitment),
|
||||
"index": b.Index,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user