File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 " \n Examples:\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 " \n Examples:\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 // **********************************************************
You can’t perform that action at this time.
0 commit comments