From e7027ab20b24976896d7223f14e6723420fbdf53 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Wed, 26 May 2021 14:00:41 +0300 Subject: [PATCH] Change IRC ports for local tests --- conftest.py | 2 +- test/regtest_joinmarket.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conftest.py b/conftest.py index 94c57b7..8094fdd 100644 --- a/conftest.py +++ b/conftest.py @@ -102,7 +102,7 @@ def setup(request): global miniircd_procs for i in range(n_irc): miniircd_proc = local_command( - ["./miniircd/miniircd", "--ports=" + str(6667+i), + ["./miniircd/miniircd", "--ports=" + str(16667+i), "--motd=" + cwd + "/miniircd/testmotd"], bg=True) miniircd_procs.append(miniircd_proc) diff --git a/test/regtest_joinmarket.cfg b/test/regtest_joinmarket.cfg index ac8fe42..83df0b0 100644 --- a/test/regtest_joinmarket.cfg +++ b/test/regtest_joinmarket.cfg @@ -19,7 +19,7 @@ rpc_wallet_file = jm-test-wallet host = localhost hostid = localhost1 channel = joinmarket-pit -port = 6667 +port = 16667 usessl = false socks5 = false socks5_host = localhost @@ -29,7 +29,7 @@ socks5_port = 9150 host = localhost hostid = localhost2 channel = joinmarket-pit -port = 6668 +port = 16668 usessl = false socks5 = false socks5_host = localhost