mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 12:07:55 -05:00
Merge branch 'master' of github.com:vacp2p/mvds
This commit is contained in:
@@ -55,7 +55,7 @@ func (s *memorySyncState) Map(epoch int64, process func(GroupID, MessageID, Peer
|
||||
for group, syncstate := range s.state {
|
||||
for id, peers := range syncstate {
|
||||
for peer, state := range peers {
|
||||
if state.SendEpoch < epoch {
|
||||
if state.SendEpoch > epoch {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user