aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-18 14:15:00 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-18 14:15:12 +0200
commitd28995018003db699b0b528f5e97e9002c3feeb9 (patch)
treee65269baee9d4f2f0df00b7f77860a8e44048b8e /src/wallet/rpcwallet.cpp
parent9eb7565cddf29db74ac899725a4ddb565bb2038b (diff)
parent3107c475a70042c1aad8b3bbb7d63234b1bbed8d (diff)
downloadbitcoin-d28995018003db699b0b528f5e97e9002c3feeb9.tar.xz
Merge #7900: fix spelling mistake
3107c47 fix spelling mistake (Chris Moore)
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 096206f5de..d1e201ec11 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"