Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytest: restore gossip advertizement tests for default port. #4958

Merged

Conversation

rustyrussell
Copy link
Contributor

Follows #4900 which I've now merged.

Changelog-None

Comment on lines 1040 to 1043
{'type': 'ipv4', 'address': '127.0.0.1', 'port': 19846},
{'type': 'ipv6', 'address': '::', 'port': 3},
{'type': 'ipv6', 'address': '::', 'port': 19846},
{'type': 'torv3', 'address': 'vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd.onion', 'port': 19846},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the case of Elements this test will fail.

We need somethings like if 19846 l1.info["network"] == "testnet" else 2xxx

@jsarenik
Copy link
Collaborator

jsarenik commented Dec 9, 2021

Concept ACK. Apologies for removing those lines @rustyrussell.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@rustyrussell
Copy link
Contributor Author

Trivial rebase, and fix for elements default port.

Ack 08f3b16

@rustyrussell rustyrussell merged commit 1ac5a1b into ElementsProject:master Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants