Skip to content

Commit de82bf1

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 de82bf1

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,
@@ -216,7 +216,7 @@ const struct chainparams networks[] = {
216216
0x68, 0x8d, 0x2c, 0x37, 0x92, 0x96, 0x88,
217217
0x8a, 0x20, 0x60, 0x03}}}},
218218
.rpc_port = 7041,
219-
.ln_port = 9735,
219+
.ln_port = 20735,
220220
.cli = "elements-cli",
221221
.cli_args = "-chain=liquidv1",
222222
.dust_limit = {546},

0 commit comments

Comments
 (0)