Skip to content

Commit 7ec8731

Browse files
author
cevap
committed
Fix wrong demo address in preparebudget ref dashpay#55
- replace pivxs default demo address in help preparebudget - fixes https://github.com/ioncoincore/ion/issues/55
1 parent 320d6ff commit 7ec8731

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/rpc/budget.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ UniValue preparebudget(const UniValue& params, bool fHelp)
173173
"\"xxxx\" (string) proposal fee hash (if successful) or error message (if failed)\n"
174174

175175
"\nExamples:\n" +
176-
HelpExampleCli("preparebudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500") +
177-
HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500"));
176+
HelpExampleCli("preparebudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"g8L9eGfnLAjnvtdS2cyFzR88Q4GNkAvTae\" 500") +
177+
HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"g8L9eGfnLAjnvtdS2cyFzR88Q4GNkAvTae\" 500"));
178178

179179
LOCK2(cs_main, pwalletMain->cs_wallet);
180180

@@ -270,8 +270,8 @@ UniValue submitbudget(const UniValue& params, bool fHelp)
270270
"\"xxxx\" (string) proposal hash (if successful) or error message (if failed)\n"
271271

272272
"\nExamples:\n" +
273-
HelpExampleCli("submitbudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500") +
274-
HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"D9oc6C3dttUbv8zd7zGNq1qKBGf4ZQ1XEE\" 500"));
273+
HelpExampleCli("submitbudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"g8L9eGfnLAjnvtdS2cyFzR88Q4GNkAvTae\" 500") +
274+
HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://forum.ioncoin.org/t/test-proposal\" 2 820800 \"g8L9eGfnLAjnvtdS2cyFzR88Q4GNkAvTae\" 500"));
275275

276276
// Check these inputs the same way we check the vote commands:
277277
// **********************************************************

0 commit comments

Comments
 (0)