mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 12:27:18 +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,
|
||||
"numAttestations": len(b.Body.Attestations),
|
||||
"numDeposits": len(b.Body.Deposits),
|
||||
"graffiti": string(b.Body.Graffiti),
|
||||
}).Info("Submitted new block")
|
||||
|
||||
if v.emitAccountMetrics {
|
||||
|
Loading…
Reference in New Issue
Block a user