Skip to content

Commit

Permalink
Merge pull request #7326
Browse files Browse the repository at this point in the history
3a9dfe9 Fix typo, wrong information in gettxout help text. (paveljanik)
  • Loading branch information
laanwj committed Jan 13, 2016
2 parents c495518 + 3a9dfe9 commit 2cd004b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpcblockchain.cpp
Expand Up @@ -472,8 +472,8 @@ UniValue gettxout(const UniValue& params, bool fHelp)
"\nReturns details about an unspent transaction output.\n" "\nReturns details about an unspent transaction output.\n"
"\nArguments:\n" "\nArguments:\n"
"1. \"txid\" (string, required) The transaction id\n" "1. \"txid\" (string, required) The transaction id\n"
"2. n (numeric, required) vout value\n" "2. n (numeric, required) vout number\n"
"3. includemempool (boolean, optional) Whether to included the mem pool\n" "3. includemempool (boolean, optional) Whether to include the mem pool\n"
"\nResult:\n" "\nResult:\n"
"{\n" "{\n"
" \"bestblock\" : \"hash\", (string) the block hash\n" " \"bestblock\" : \"hash\", (string) the block hash\n"
Expand Down

0 comments on commit 2cd004b

Please sign in to comment.