59 | @@ -60,10 +60,11 @@ static const CAmount DEFAULT_MAX_BURN_AMOUNT{0};
60 | * @param[in] block_index The block to read from disk, or nullptr
61 | * @param[in] mempool If provided, check mempool for tx
62 | * @param[in] hash The txid
63 | + * @param[in] blockman Used to access and read blocks from disk
64 | * @param[out] hashBlock The block hash, if the tx was found via -txindex or block_index
Just add the comment instead of changing the order of the params.
* [@param](/bitcoin-bitcoin/contributor/param/)[out] hashBlock The block hash, if the tx was found via -txindex or block_index
* [@param](/bitcoin-bitcoin/contributor/param/)[in] blockman Used to access and read blocks from disk
yea I agree that this fits and looks better with the out as the last param. Maybe you can change the title and commit message to be refactor/doc since code refactoring is being done.
But that is a minor nit
Done. Thanks for the suggestion