diff options
| author | Pieter Wuille <[email protected]> | 2014-10-31 05:37:13 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-10-31 05:47:08 -0700 |
| commit | 7cd85f431a5ba4baf04781f71254d99c3405f102 (patch) | |
| tree | cca23369be5a4f26283d192d91fe44fd0e4e6750 /src/rpcwallet.cpp | |
| parent | qt: translations update from Transifex (diff) | |
| parent | fix a typo (diff) | |
| download | discoin-7cd85f431a5ba4baf04781f71254d99c3405f102.tar.xz discoin-7cd85f431a5ba4baf04781f71254d99c3405f102.zip | |
Merge pull request #5187
e743678 fix a typo (Yoichi Hirai)
Diffstat (limited to 'src/rpcwallet.cpp')
| -rw-r--r-- | src/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 2728fb4fb..f2b5e2061 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -314,7 +314,7 @@ Value sendtoaddress(const Array& params, bool fHelp) if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( "sendtoaddress \"bitcoinaddress\" amount ( \"comment\" \"comment-to\" )\n" - "\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" + HelpRequiringPassphrase() + "\nArguments:\n" "1. \"bitcoinaddress\" (string, required) The bitcoin address to send to.\n" |