@@ -236,8 +236,8 @@ UniValue setaccount(const JSONRPCRequest& request)
236
236
" 1. \" address\" (string, required) The bitcoin address to be associated with an account.\n "
237
237
" 2. \" account\" (string, required) The account to assign the address to.\n "
238
238
" \n Examples:\n "
239
- + HelpExampleCli (" setaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" \" tabby\" " )
240
- + HelpExampleRpc (" setaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" , \" tabby\" " )
239
+ + HelpExampleCli (" setaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" \" tabby\" " )
240
+ + HelpExampleRpc (" setaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" , \" tabby\" " )
241
241
);
242
242
243
243
LOCK2 (cs_main, pwalletMain->cs_wallet );
@@ -283,8 +283,8 @@ UniValue getaccount(const JSONRPCRequest& request)
283
283
" \n Result:\n "
284
284
" \" accountname\" (string) the account address\n "
285
285
" \n Examples:\n "
286
- + HelpExampleCli (" getaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" " )
287
- + HelpExampleRpc (" getaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" " )
286
+ + HelpExampleCli (" getaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" " )
287
+ + HelpExampleRpc (" getaccount" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" " )
288
288
);
289
289
290
290
LOCK2 (cs_main, pwalletMain->cs_wallet );
@@ -503,11 +503,11 @@ UniValue signmessage(const JSONRPCRequest& request)
503
503
" \n Unlock the wallet for 30 seconds\n "
504
504
+ HelpExampleCli (" walletpassphrase" , " \" mypassphrase\" 30" ) +
505
505
" \n Create the signature\n "
506
- + HelpExampleCli (" signmessage" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" \" my message\" " ) +
506
+ + HelpExampleCli (" signmessage" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" \" my message\" " ) +
507
507
" \n Verify the signature\n "
508
- + HelpExampleCli (" verifymessage" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" \" signature\" \" my message\" " ) +
508
+ + HelpExampleCli (" verifymessage" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" \" signature\" \" my message\" " ) +
509
509
" \n As json rpc\n "
510
- + HelpExampleRpc (" signmessage" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" , \" my message\" " )
510
+ + HelpExampleRpc (" signmessage" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" , \" my message\" " )
511
511
);
512
512
513
513
LOCK2 (cs_main, pwalletMain->cs_wallet );
@@ -556,13 +556,13 @@ UniValue getreceivedbyaddress(const JSONRPCRequest& request)
556
556
" amount (numeric) The total amount in " + CURRENCY_UNIT + " received at this address.\n "
557
557
" \n Examples:\n "
558
558
" \n The amount from transactions with at least 1 confirmation\n "
559
- + HelpExampleCli (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" " ) +
559
+ + HelpExampleCli (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" " ) +
560
560
" \n The amount including unconfirmed transactions, zero confirmations\n "
561
- + HelpExampleCli (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" 0" ) +
561
+ + HelpExampleCli (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" 0" ) +
562
562
" \n The amount with at least 6 confirmation, very safe\n "
563
- + HelpExampleCli (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" 6" ) +
563
+ + HelpExampleCli (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" 6" ) +
564
564
" \n As a json rpc call\n "
565
- + HelpExampleRpc (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \" , 6" )
565
+ + HelpExampleRpc (" getreceivedbyaddress" , " \" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \" , 6" )
566
566
);
567
567
568
568
LOCK2 (cs_main, pwalletMain->cs_wallet );
@@ -906,13 +906,13 @@ UniValue sendmany(const JSONRPCRequest& request)
906
906
" the number of addresses.\n "
907
907
" \n Examples:\n "
908
908
" \n Send two amounts to two different addresses:\n "
909
- + HelpExampleCli (" sendmany" , " \"\" \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" " ) +
909
+ + HelpExampleCli (" sendmany" , " \"\" \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" " ) +
910
910
" \n Send two amounts to two different addresses setting the confirmation and comment:\n "
911
- + HelpExampleCli (" sendmany" , " \"\" \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" 6 \" testing\" " ) +
911
+ + HelpExampleCli (" sendmany" , " \"\" \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" 6 \" testing\" " ) +
912
912
" \n Send two amounts to two different addresses, subtract fee from amount:\n "
913
- + HelpExampleCli (" sendmany" , " \"\" \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" 1 \"\" \" [\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \\\" ,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" ]\" " ) +
913
+ + HelpExampleCli (" sendmany" , " \"\" \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" 1 \"\" \" [\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \\\" ,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" ]\" " ) +
914
914
" \n As a json rpc call\n "
915
- + HelpExampleRpc (" sendmany" , " \"\" , \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" , 6, \" testing\" " )
915
+ + HelpExampleRpc (" sendmany" , " \"\" , \" {\\\" 1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XX \\\" :0.01,\\\" 1353tsE8YMTA4EuV7dgUXGjNFf9KpVvKHz\\\" :0.02}\" , 6, \" testing\" " )
916
916
);
917
917
918
918
LOCK2 (cs_main, pwalletMain->cs_wallet );
0 commit comments