aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-01-13 11:50:19 +0100
committerWladimir J. van der Laan <[email protected]>2016-01-13 11:50:38 +0100
commit2cd004b1232abb23c66547f955200131354fc05d (patch)
tree7bfe69a41f670efb8f32831e358150e772764abc /src/rpcblockchain.cpp
parentMerge pull request #7296 (diff)
parentFix typo, wrong information in gettxout help text. (diff)
downloaddiscoin-2cd004b1232abb23c66547f955200131354fc05d.tar.xz
discoin-2cd004b1232abb23c66547f955200131354fc05d.zip
Merge pull request #7326
3a9dfe9 Fix typo, wrong information in gettxout help text. (paveljanik)
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index edaa71e79..b76b0ca40 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"