Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: iceseer <iceseer@gmail.com>
  • Loading branch information
iceseer committed Sep 17, 2024
1 parent abf8c4f commit 5f990b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parachain/backing/grid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ namespace kagome::parachain::grid {

/// View for one group
struct View {
std::unordered_set<ValidatorIndex> receiving, sending;
std::unordered_set<ValidatorIndex> sending, receiving;

bool operator==(const View &r) const {
return sending == r.sending && receiving == r.receiving;
Expand Down

0 comments on commit 5f990b7

Please sign in to comment.