Remove stop setter at cancel

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-01-04 13:08:53 -05:00
parent 20b39a4055
commit de32339926
No known key found for this signature in database
GPG Key ID: 02AA2BAE387C8307

View File

@ -168,7 +168,6 @@ public class BroadcastHandler implements PeerManager.Listener {
}
public void cancel() {
stopped.set(true);
cleanup();
}