Skip to content

Commit

Permalink
mixclient: api updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Apr 8, 2024
1 parent ff97cf4 commit 5bf974e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mixing/mixclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ builtSession:
return err
}

mp.RemoveSession(sesRun.sid, prs)
mp.RemoveSession(sesRun.sid, true)

forLocalPeers(func(p *peer) error {
p.res <- nil
Expand All @@ -1180,10 +1180,6 @@ type messages struct {
sessions map[[32]byte]*triedSession
}

// type commonSession struct {
// msgs map[identity]*messages
// }

// prsReferencedByKE compares the referenced PRs by a KE to a sorted slice of
// PR hashes. When the two sets differ in any way, the missing and extra PRs
// referenced by the KE are returned.
Expand Down

0 comments on commit 5bf974e

Please sign in to comment.