mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Return Unused Error in State_transition (#1007)
* add todo for 712 * return unused err
This commit is contained in:
committed by
Raul Jordan
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
|
||||
|
||||
Reference in New Issue
Block a user