Merge 4b1fb50def into merged_master (Bitcoin PR bitcoin/bitcoin#22528)

This commit is contained in:
James Dorfman 2023-03-31 18:53:21 +00:00
commit ea7450b099
6 changed files with 61 additions and 50 deletions

View file

@ -88,8 +88,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"