We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2396c commit e743678Copy full SHA for e743678
src/rpcwallet.cpp
@@ -314,7 +314,7 @@ Value sendtoaddress(const Array& params, bool fHelp)
314
if (fHelp || params.size() < 2 || params.size() > 4)
315
throw runtime_error(
316
"sendtoaddress \"bitcoinaddress\" amount ( \"comment\" \"comment-to\" )\n"
317
- "\nSent an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n"
+ "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n"
318
+ HelpRequiringPassphrase() +
319
"\nArguments:\n"
320
"1. \"bitcoinaddress\" (string, required) The bitcoin address to send to.\n"
0 commit comments