mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
doc: GetTransaction()/getrawtransaction follow-ups to #22383
This commit is contained in:
committed by
Sebastian Falbesoner
parent
abc57e1f08
commit
f685a13bef
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user