aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorChris Moore <dooglus@gmail.com>2016-04-17 00:01:49 -0700
committerChris Moore <dooglus@gmail.com>2016-04-17 00:01:49 -0700
commit3107c475a70042c1aad8b3bbb7d63234b1bbed8d (patch)
tree78b9e7c146e6205638ea327f641ed410390e2cba /src/wallet/rpcwallet.cpp
parent73fc922ed64333d45f18d8a448f30cfa2ae0281e (diff)
downloadbitcoin-3107c475a70042c1aad8b3bbb7d63234b1bbed8d.tar.xz
fix spelling mistake
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 3078cebd48..21192a58b8 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -2455,7 +2455,7 @@ UniValue fundrawtransaction(const UniValue& params, bool fHelp)
" \"includeWatching\" (boolean, optional, default false) Also select inputs which are watch only\n"
" \"lockUnspents\" (boolean, optional, default false) Lock selected unspent outputs\n"
" }\n"
- " for backward compatibility: passing in a true instzead of an object will result in {\"includeWatching\":true}\n"
+ " for backward compatibility: passing in a true instead of an object will result in {\"includeWatching\":true}\n"
"\nResult:\n"
"{\n"
" \"hex\": \"value\", (string) The resulting raw transaction (hex-encoded string)\n"