refactor: Make CTransaction constructor explicit#25694
Hidden character warning
refactor: Make CTransaction constructor explicit#25694maflcko merged 1 commit intobitcoin:masterfrom
Conversation
It involves calculating two hashes, so the performance impact should be made explicit. Also, add the module to iwyu.
|
ACK fa2247a. On a related note, should we make all single-argument constructors |
Not sure what you mean, but this should not change any constructor or code logic. This simply forces devs to write
Probably not, as the url you link to advises against that. |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
It involves calculating two hashes, so the performance impact should be
made explicit.
Also, add the module to iwyu.