From fbcb9fd377f805fdbc59cbad8e1faaa7de9eb495 Mon Sep 17 00:00:00 2001 From: bisqubutor <79169291+bisqubutor@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:24:35 +0200 Subject: [PATCH] use virtual_port from LongLivedPorts --- jmdaemon/jmdaemon/onionmc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jmdaemon/jmdaemon/onionmc.py b/jmdaemon/jmdaemon/onionmc.py index ad0059f..baf9ae0 100644 --- a/jmdaemon/jmdaemon/onionmc.py +++ b/jmdaemon/jmdaemon/onionmc.py @@ -659,6 +659,7 @@ class OnionMessageChannel(MessageChannel): self.tor_control_port, self.onion_serving_host, self.onion_serving_port, + virtual_port=5222, # LongLivedPort shutdown_callback=self.shutdown_callback, hidden_service_dir=self.hidden_service_dir) # this call will start bringing up the HS; when it's finished,