mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 20:37:17 +00:00
Proposer: log graffiti (#6954)
* Proposer: log graffiti * Merge refs/heads/master into log-graffiti
This commit is contained in:
parent
cbc27e0f2e
commit
ceb11f432e
@ -107,6 +107,7 @@ func (v *validator) ProposeBlock(ctx context.Context, slot uint64, pubKey [48]by
|
|||||||
"blockRoot": blkRoot,
|
"blockRoot": blkRoot,
|
||||||
"numAttestations": len(b.Body.Attestations),
|
"numAttestations": len(b.Body.Attestations),
|
||||||
"numDeposits": len(b.Body.Deposits),
|
"numDeposits": len(b.Body.Deposits),
|
||||||
|
"graffiti": string(b.Body.Graffiti),
|
||||||
}).Info("Submitted new block")
|
}).Info("Submitted new block")
|
||||||
|
|
||||||
if v.emitAccountMetrics {
|
if v.emitAccountMetrics {
|
||||||
|
Loading…
Reference in New Issue
Block a user