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

doc: Invite users to donate to Gridcoin Foundation #1997

Merged
merged 2 commits into from
Mar 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/rpc/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,11 @@ UniValue help(const UniValue& params, bool fHelp)
"mining --------> Returns help for staking/cpid/beacon related commands\n"
"developer -----> Returns help for developer commands\n"
"network -------> Returns help for network related commands\n"
"voting --------> Returns help for voting related commands\n";
"voting --------> Returns help for voting related commands\n"
"\n"
"The Gridcoin Foundation invites to donate to address\n"
"bc3NA8e8E3EoTL1qhRmeprbjWcmuoZ26A2\n"
Copy link
Member

Choose a reason for hiding this comment

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

Change the wording to...

You can support the development of Gridcoin by donating GRC to the Gridcoin Foundation at this address:

Copy link
Member

Choose a reason for hiding this comment

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

Did you change it and re-push?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It just arrived. I put the line break just before "Gridcoin Foundation" - did not want to separate these words. Googled the hash - looks fine to me.

"to foster the Gridcoin development.\n";

// Allow to process through if params size is > 0
string strCommand;
Expand Down