Catches some comments that referenced segwit.
Details
Details
- Reviewers
jasonbcox Fabien Mengerian deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGe11bd161cee6: De-witnessing some comments
rABCe11bd161cee6: De-witnessing some comments
read
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
(Obviously if we ever introduce new tx format with scriptsig data redacted from txid calc, then we may have txid != hash. But that's a long long way off)
src/rpc/mining.cpp | ||
---|---|---|
389 ↗ | (On Diff #8878) | Hmm what would you put then? The current text is no good as it mentions witness data. |
src/validation.cpp | ||
---|---|---|
1216 ↗ | (On Diff #9538) | Just tx hash. When that's not the case, we refers it as txid. Even though both are effectively the same value at the moment, they don't have to be going forward. |