mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 4b1fb50def into merged_master (Bitcoin PR bitcoin/bitcoin#22528)
This commit is contained in:
commit
ea7450b099
6 changed files with 61 additions and 50 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue