CheckInputsFromMempoolAndCache() is only called in one place, and cacheSigStore is set to true in that call site. Remove the argument entirely.
Also improve commenting.
CheckInputsFromMempoolAndCache() is only called in one place, and cacheSigStore is set to true in that call site. Remove the argument entirely.
Also improve commenting.
CheckInputsFromMempoolAndCache() is only called in one place, and
cacheSigStore is set to true in that call site. Remove the argument
entirely.
Also improve commenting.
unsigned ACK 0a433fc876d82df1005f175c1254fff62f0f36f8 Comment looks good
Yay, one boolean argument less. ACK 0a433fc876d82df1005f175c1254fff62f0f36f8
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, 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.
ACK 0a433fc876d82df1005f175c1254fff62f0f36f8. Checked that CheckInputsFromMempoolAndCache is only called once, in MemPoolAccept::ConsensusScriptChecks, and that cacheSigStore is true.
New comments match CheckInputs params.
ACK 0a433fc876d82df1005f175c1254fff62f0f36f8.