diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-18 14:15:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-18 14:15:12 +0200 |
commit | d28995018003db699b0b528f5e97e9002c3feeb9 (patch) | |
tree | e65269baee9d4f2f0df00b7f77860a8e44048b8e /src | |
parent | 9eb7565cddf29db74ac899725a4ddb565bb2038b (diff) | |
parent | 3107c475a70042c1aad8b3bbb7d63234b1bbed8d (diff) |
Merge #7900: fix spelling mistake
3107c47 fix spelling mistake (Chris Moore)
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/rpcwallet.cpp | 2 |
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" |