-
Notifications
You must be signed in to change notification settings - Fork 37.7k
[Docs] Small updates to getrawtransaction description #15332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Question about whitespace 😝- Ex: https://github.com/bitcoin/bitcoin/blob/master/src/wallet/rpcdump.cpp#L113 & https://github.com/bitcoin/bitcoin/blob/master/src/wallet/rpcdump.cpp#L1196 However, this one doesn't extra-indent the first line: |
There is no guideline about whitespace as long as you stick to either rule-of-thumb:
|
ACK |
51d7868
to
35c7eb0
Compare
hmm, ok went with format script if indentation was not intentional. added getmempoolentry reference. |
utACK 35c7eb0 |
35c7eb0
to
4701239
Compare
This is ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 4701239.
One nit inline, which could be ignored.
blockhash is provided, check the mempool. 3. If no blockhash is | ||
provided but txindex is enabled, also check txindex. | ||
- The `getrawtransaction` RPC & REST endpoints no longer check the | ||
unspent UTXO set for a transaction. The remaining behaviors are as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Perhaps this is fine in American English, but 'The remaining behaviors are...' sounds a little odd to me. 'The new behavior is...' sounds more natural.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree, calling the behavior new seems misleading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll let others comment. ACK either way.
…ption 4701239 [Docs] Small updates to getrawtransaction description (Amiti Uttarwar) Pull request description: As per review comments on bitcoin#15159 Tree-SHA512: 0bbbe956b47d177f7e67c5ab2048287783327d9e07a679d64d79aee3ea8633e769f75b59d3dbce517924ba5d64d6c44f26bf49e16d40612463e460ad1a238129
As per review comments on #15159