diff --git a/bitcoin/chainparams.c b/bitcoin/chainparams.c index 9fb6d9c04a2b..3693b47e058a 100644 --- a/bitcoin/chainparams.c +++ b/bitcoin/chainparams.c @@ -63,7 +63,7 @@ const struct chainparams networks[] = { 0x5b, 0xbf, 0x28, 0xc3, 0x4f, 0x3a, 0x5e, 0x33, 0x2a, 0x1f, 0xc7, 0xb2, 0xb7, 0x3c, 0xf1, 0x88, 0x91, 0x0f}}}}, - .rpc_port = 18332, + .rpc_port = 18443, .cli = "bitcoin-cli", .cli_args = "-regtest", .cli_min_supported_version = 150000, diff --git a/tests/test_gossip.py b/tests/test_gossip.py index b69531f8006f..f8ec827f6692 100644 --- a/tests/test_gossip.py +++ b/tests/test_gossip.py @@ -935,7 +935,7 @@ def test_gossip_addresses(node_factory, bitcoind): {'type': 'ipv4', 'address': '127.0.0.1', 'port': 2}, {'type': 'ipv6', 'address': '::', 'port': 3}, {'type': 'torv2', 'address': '3fyb44wdhnd2ghhl.onion', 'port': 1234}, - {'type': 'torv3', 'address': 'vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd.onion', 'port': 9735} + {'type': 'torv3', 'address': 'vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd.onion', 'port': 19846} ]