From ac636014dd0505e14206b9f27deff197c6c9262e Mon Sep 17 00:00:00 2001 From: Steffen Moeller Date: Mon, 4 Jan 2021 22:21:22 +0100 Subject: [PATCH 1/2] Invite users to donate to Gridcoin Foundation --- src/rpc/server.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 6982d1986b..a12c4de991 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -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" + "to foster the Gridcoin development.\n"; // Allow to process through if params size is > 0 string strCommand; From 1528bb6a1125300653ae1c1a8e1aa8a1848d9f0a Mon Sep 17 00:00:00 2001 From: Steffen Moeller Date: Tue, 16 Mar 2021 22:39:08 +0100 Subject: [PATCH 2/2] Improving wording of call for donation(s) --- src/rpc/server.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index a12c4de991..2c3230d3fd 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -219,9 +219,8 @@ UniValue help(const UniValue& params, bool fHelp) "network -------> Returns help for network related commands\n" "voting --------> Returns help for voting related commands\n" "\n" - "The Gridcoin Foundation invites to donate to address\n" - "bc3NA8e8E3EoTL1qhRmeprbjWcmuoZ26A2\n" - "to foster the Gridcoin development.\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;