Skip to content

Commit

Permalink
asiegel/snapshot-slot: revert oops
Browse files Browse the repository at this point in the history
  • Loading branch information
asiegel-jt committed May 16, 2024
1 parent 5394b42 commit ba295ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flamenco/gossip/fd_gossip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,6 @@ fd_gossip_set_entrypoints( fd_gossip_t * gossip,

uint
fd_gossip_is_allowed_entrypoint( fd_gossip_t * gossip, fd_gossip_peer_addr_t * addr ) {
return 1;
addr->port = fd_ushort_bswap( addr->port );
for( ulong i = 0UL; i<gossip->entrypoints_cnt; i++) {
if (fd_gossip_peer_addr_eq( addr, &gossip->entrypoints[i]) ) return 1;
Expand Down

0 comments on commit ba295ea

Please sign in to comment.