Browse Source

Change IRC ports for local tests

master
Kristaps Kaupe 5 years ago
parent
commit
e7027ab20b
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      conftest.py
  2. 4
      test/regtest_joinmarket.cfg

2
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)

4
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

Loading…
Cancel
Save