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

Refactor: server name changes #388

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

santos177
Copy link
Contributor

As a remaining of bitcoin core, the code contains reference to bitcoind. This PR rename it as bgoldd.

Comment on lines 1477 to 1481
if (!IsDeprecatedRPCEnabled("addwitnessaddress")) {
throw JSONRPCError(RPC_METHOD_DEPRECATED, "addwitnessaddress is deprecated and will be fully removed in v0.17. "
"To use addwitnessaddress in v0.16, restart bitcoind with -deprecatedrpc=addwitnessaddress.\n"
"To use addwitnessaddress in v0.16, restart bgoldd with -deprecatedrpc=addwitnessaddress.\n"
"Projects should transition to using the address_type argument of getnewaddress, or option -addresstype=[bech32|p2sh-segwit] instead.\n");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be revised, given that we're on v0.17 already (BTG skipped at v0.16 release.)

@MentalNomad
Copy link
Contributor

Have reviewed & it appears that this commit consists strictly of changes of "bitcoind" to "bgoldd" in text output. (No functional changes.)

@h4x3rotab h4x3rotab merged commit 1ab441e into BTCGPU:master Oct 11, 2019
@h4x3rotab
Copy link
Member

Thank you for the contribution!

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