diff options
| author | Chris Moore <[email protected]> | 2016-04-17 00:01:49 -0700 |
|---|---|---|
| committer | Chris Moore <[email protected]> | 2016-04-17 00:01:49 -0700 |
| commit | 3107c475a70042c1aad8b3bbb7d63234b1bbed8d (patch) | |
| tree | 78b9e7c146e6205638ea327f641ed410390e2cba /src | |
| parent | Merge #7603: Build System: Use PACKAGE_TARNAME in NSIS script (diff) | |
| download | discoin-3107c475a70042c1aad8b3bbb7d63234b1bbed8d.tar.xz discoin-3107c475a70042c1aad8b3bbb7d63234b1bbed8d.zip | |
fix spelling mistake
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 3078cebd4..21192a58b 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" |