mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
Comment typo (#4325)
This commit is contained in:
parent
8c28d1080c
commit
5dca662d01
@ -76,7 +76,7 @@ func attestationDelta(state *pb.BeaconState, bp *Balance, v *Validator) (uint64,
|
||||
p += br
|
||||
}
|
||||
|
||||
// Process heard reward / penalty
|
||||
// Process head reward / penalty
|
||||
if v.IsPrevEpochHeadAttester && !v.IsSlashed {
|
||||
r += br * bp.PrevEpochHeadAttesters / bp.CurrentEpoch
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user