Comment typo (#4325)

This commit is contained in:
Jim McDonald 2019-12-19 14:01:23 +00:00 committed by terence tsao
parent 8c28d1080c
commit 5dca662d01

View File

@ -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 {