diff options
author | paveljanik <Pavel@Janik.cz> | 2016-01-10 17:33:54 +0100 |
---|---|---|
committer | paveljanik <Pavel@Janik.cz> | 2016-01-10 17:33:54 +0100 |
commit | 3a9dfe9d14bd8159a3b3dd66533c1b730c2158ea (patch) | |
tree | 0d103e31dc5670c610d4f5f31f22eb6ddc960ec1 /src/rpcblockchain.cpp | |
parent | dd1304ec216c7d4bdb302195e184b15503819f67 (diff) |
Fix typo, wrong information in gettxout help text.
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r-- | src/rpcblockchain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index edaa71e79f..b76b0ca403 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -472,8 +472,8 @@ UniValue gettxout(const UniValue& params, bool fHelp) "\nReturns details about an unspent transaction output.\n" "\nArguments:\n" "1. \"txid\" (string, required) The transaction id\n" - "2. n (numeric, required) vout value\n" - "3. includemempool (boolean, optional) Whether to included the mem pool\n" + "2. n (numeric, required) vout number\n" + "3. includemempool (boolean, optional) Whether to include the mem pool\n" "\nResult:\n" "{\n" " \"bestblock\" : \"hash\", (string) the block hash\n" |