Skip to content

Commit

Permalink
resolves merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri committed Feb 14, 2025
1 parent 16f0293 commit d0c4563
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 765 deletions.
2 changes: 1 addition & 1 deletion gossip/src/crds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ impl Crds {
self.shards
.find(mask, mask_bits)
.map(move |i| self.table.index(i))
.filter(|VersionedCrdsValue { value, .. }| !value.data().is_deprecated())
.filter(|VersionedCrdsValue { value, .. }| !value.data.is_deprecated())
}

/// Update the timestamp's of all the labels that are associated with Pubkey
Expand Down
Loading

0 comments on commit d0c4563

Please sign in to comment.