Skip to content

Conversation

@codablock
Copy link

Backporting bitcoin#11862 has broken -devnet=devnetname, which is fixed by this PR.

Otherwise one would have to use "dev.port=123" in configs, which might
be confusing as we usually name such networks "devnet".
-devnet is not a boolean arg, but a string. So we have to check for
existence only.
@codablock codablock added this to the 16 milestone Jun 23, 2020
Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

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

utACK

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

utACK

@codablock codablock merged commit aab4852 into dashpay:develop Jun 24, 2020
@codablock codablock deleted the pr_fix_devnet branch June 24, 2020 08:04
codablock added a commit to codablock/dash that referenced this pull request Jun 24, 2020
* Use "devnet" instead of "dev" for network id

Otherwise one would have to use "dev.port=123" in configs, which might
be confusing as we usually name such networks "devnet".

* Fix ArgsManager::GetChainName to work with devnets again

-devnet is not a boolean arg, but a string. So we have to check for
existence only.
gades pushed a commit to cosanta/cosanta-core that referenced this pull request Jul 1, 2021
* Use "devnet" instead of "dev" for network id

Otherwise one would have to use "dev.port=123" in configs, which might
be confusing as we usually name such networks "devnet".

* Fix ArgsManager::GetChainName to work with devnets again

-devnet is not a boolean arg, but a string. So we have to check for
existence only.
gades pushed a commit to cosanta/cosanta-core that referenced this pull request Feb 22, 2022
* Use "devnet" instead of "dev" for network id

Otherwise one would have to use "dev.port=123" in configs, which might
be confusing as we usually name such networks "devnet".

* Fix ArgsManager::GetChainName to work with devnets again

-devnet is not a boolean arg, but a string. So we have to check for
existence only.
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