Skip to content

Commit

Permalink
chore: persistence peerstore provider includes all staked actors
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 12, 2023
1 parent 341d982 commit b3cbed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/providers/peerstore_provider/persistence/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (persistencePSP *persistencePeerstoreProvider) GetStakedPeerstoreAtHeight(h
}
defer readCtx.Release()

validators, err := readCtx.GetAllValidators(int64(height))
validators, err := readCtx.GetAllStakedActors(int64(height))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit b3cbed3

Please sign in to comment.