mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
remove logging exits (#1791)
This commit is contained in:
parent
394dae6076
commit
6a1addbd1a
@ -145,9 +145,6 @@ func ProcessBlock(state *pb.BeaconState, block *pb.BeaconBlock, verifySignatures
|
|||||||
log.WithField(
|
log.WithField(
|
||||||
"depositsInBlock", len(block.Body.Deposits),
|
"depositsInBlock", len(block.Body.Deposits),
|
||||||
).Info("Block deposits")
|
).Info("Block deposits")
|
||||||
log.WithField(
|
|
||||||
"exitsInBlock", len(block.Body.VoluntaryExits),
|
|
||||||
).Info("Block voluntary exits")
|
|
||||||
return state, nil
|
return state, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user