mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Log da block root in hex (#13787)
This commit is contained in:
parent
acdbf7c491
commit
3b97094ea4
@ -594,7 +594,7 @@ func (s *Service) isDataAvailable(ctx context.Context, root [32]byte, signed int
|
|||||||
func daCheckLogFields(root [32]byte, slot primitives.Slot, expected, missing int) logrus.Fields {
|
func daCheckLogFields(root [32]byte, slot primitives.Slot, expected, missing int) logrus.Fields {
|
||||||
return logrus.Fields{
|
return logrus.Fields{
|
||||||
"slot": slot,
|
"slot": slot,
|
||||||
"root": root,
|
"root": fmt.Sprintf("%#x", root),
|
||||||
"blobsExpected": expected,
|
"blobsExpected": expected,
|
||||||
"blobsWaiting": missing,
|
"blobsWaiting": missing,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user