mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
Return Unused Error in State_transition (#1007)
* add todo for 712 * return unused err
This commit is contained in:
parent
37e3cac8f3
commit
a4e565e3a7
@ -120,6 +120,10 @@ func crossLinkCalculations(
|
||||
st.LastStateRecalculationSlot(),
|
||||
attestation.GetSlot(),
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
indices, err := v.AttesterIndices(shardCommittees, attestation)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Loading…
Reference in New Issue
Block a user