aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2021-07-22 20:32:04 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-07-22 20:35:14 +0200
commitf685a13bef0418663015ea6d8f448f075510c0ec (patch)
tree5267f47ff785c1b0dac2a1b0bcec1a883d1bd2e4 /src/rpc/rawtransaction.cpp
parentabc57e1f0882a1a2bb20474648419979af6e383d (diff)
downloadbitcoin-f685a13bef0418663015ea6d8f448f075510c0ec.tar.xz
doc: GetTransaction()/getrawtransaction follow-ups to #22383
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
-rw-r--r--src/rpc/rawtransaction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 30addf8af6..ed5e1d8c46 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -76,8 +76,8 @@ static RPCHelpMan getrawtransaction()
"\nBy default, this call only returns a transaction if it is in the mempool. If -txindex is enabled\n"
"and no blockhash argument is passed, it will return the transaction if it is in the mempool or any block.\n"
- "If -txindex is not enabled and a blockhash argument is passed, it will return the transaction if\n"
- "the specified block is available and the transaction is found in that block.\n"
+ "If a blockhash argument is passed, it will return the transaction if\n"
+ "the specified block is available and the transaction is in that block.\n"
"\nHint: Use gettransaction for wallet transactions.\n"
"\nIf verbose is 'true', returns an Object with information about 'txid'.\n"