The "flags" parameter is used to decide whether to use MTP or network adjusted time. Make the wallet use MTP instead of adjusted time.
Otherwise this might calculate the wrong wallet balance or list the wrong coins.
The "flags" parameter is used to decide whether to use MTP or network adjusted time. Make the wallet use MTP instead of adjusted time.
Otherwise this might calculate the wrong wallet balance or list the wrong coins.
<!--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.
Concept ACK, but maybe while you're renaming, we should make it do CheckSequenceLocks as well?
Concept ACK, but maybe while you're renaming, we should make it do CheckSequenceLocks as well?
Thanks, I've edited the scripted diff, but I am including this in a follow-up refactor to keep the bugfix patch minimal.
The included regression test can be tested by observing a failure when running against current master
But without CheckSequenceLocks, this is only a partial fix, and the bug remains...?