Skip to content

Commit 4911862

Browse files
lightningd: change the regtest default port according with the tests
This doesn't make sense, but for now we just keep it Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 92df5d8 commit 4911862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitcoin/chainparams.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const struct chainparams networks[] = {
6868
0x33, 0x2a, 0x1f, 0xc7, 0xb2, 0xb7, 0x3c,
6969
0xf1, 0x88, 0x91, 0x0f}}}},
7070
.rpc_port = 18443,
71-
.ln_port = 9735,
71+
.ln_port = 19846,
7272
.cli = "bitcoin-cli",
7373
.cli_args = "-regtest",
7474
.cli_min_supported_version = 150000,
@@ -192,7 +192,7 @@ const struct chainparams networks[] = {
192192
0xfe, 0x14, 0x68, 0x01, 0x16, 0x23, 0x93,
193193
0x36, 0x42, 0x86, 0xc6}}}},
194194
.rpc_port = 19332,
195-
.ln_port = 9735,
195+
.ln_port = 20735,
196196
.cli = "elements-cli",
197197
.cli_args = "-chain=liquid-regtest",
198198
.dust_limit = {546},

0 commit comments

Comments
 (0)