This commit is contained in:
Neil Alexander 2022-08-02 10:44:44 +01:00
parent 9295bf0b1f
commit 7b4a9171ab
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -149,7 +149,7 @@ func (v *StateResolution) LoadMembershipAtEvent(
} }
stateBlockNIDLists, err := v.db.StateBlockNIDs(ctx, snapshotNIDs) stateBlockNIDLists, err := v.db.StateBlockNIDs(ctx, snapshotNIDs)
if err != nil { if err != nil {
return nil, err return nil, err
} }