diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:15:00 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:15:12 +0200 |
| commit | d28995018003db699b0b528f5e97e9002c3feeb9 (patch) | |
| tree | e65269baee9d4f2f0df00b7f77860a8e44048b8e /src/wallet/rpcwallet.cpp | |
| parent | Merge #7897: add missing newline (diff) | |
| parent | fix spelling mistake (diff) | |
| download | discoin-d28995018003db699b0b528f5e97e9002c3feeb9.tar.xz discoin-d28995018003db699b0b528f5e97e9002c3feeb9.zip | |
Merge #7900: fix spelling mistake
3107c47 fix spelling mistake (Chris Moore)
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -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 096206f5d..d1e201ec1 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" |