Skip to content

Commit

Permalink
Merge pull request #1997 from smoe/AddCallforDonation
Browse files Browse the repository at this point in the history
doc: Invite users to donate to Gridcoin Foundation
  • Loading branch information
jamescowens authored Mar 16, 2021
2 parents 79a2710 + 1528bb6 commit 8429279
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rpc/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ 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"
"You can support the development of Gridcoin by donating GRC to the\n"
"Gridcoin Foundation at this address: bc3NA8e8E3EoTL1qhRmeprbjWcmuoZ26A2\n";

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

0 comments on commit 8429279

Please sign in to comment.