diff options
author | Chris Moore <dooglus@gmail.com> | 2016-04-17 00:01:49 -0700 |
---|---|---|
committer | Chris Moore <dooglus@gmail.com> | 2016-04-17 00:01:49 -0700 |
commit | 3107c475a70042c1aad8b3bbb7d63234b1bbed8d (patch) | |
tree | 78b9e7c146e6205638ea327f641ed410390e2cba /src/wallet | |
parent | 73fc922ed64333d45f18d8a448f30cfa2ae0281e (diff) |
fix spelling mistake
Diffstat (limited to 'src/wallet')
-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 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" |