Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

fix cli: make rpc port Option<u16> again #14088

Merged
merged 1 commit into from
May 7, 2023

Conversation

niklasad1
Copy link
Member

@niklasad1 niklasad1 commented May 7, 2023

Follow-up on #13384

It changed the rpc_port from a Option<u16> -> u16 which broke overriding it in cumulus (see paritytech/cumulus#2529) and the default value was used instead

polkadot companion: paritytech/polkadot#7192

cumulus companion: paritytech/cumulus#2539

@niklasad1 niklasad1 changed the title fix cli: make port Option<u16> again fix cli: make rpc port Option<u16> again May 7, 2023
@niklasad1 niklasad1 added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels May 7, 2023
@bkchr
Copy link
Member

bkchr commented May 7, 2023

bot merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants