Skip to content

Commit

Permalink
GossipSnapshotter: fix readIntermediates
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Jun 5, 2023
1 parent f5c09c8 commit 155ec5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DotNetRGS/GossipSnapshotter.fs
Expand Up @@ -530,8 +530,10 @@ type GossipSnapshotter
Update =
updateMsg.Contents
}

else
elif
direction
&& not(snd previouslySeenDirections)
then
previouslySeenDirections <-
fst previouslySeenDirections,
true
Expand Down

0 comments on commit 155ec5f

Please sign in to comment.