Page MenuHomePhabricator

validation: Pass tx pool reference into CheckSequenceLocks
AbandonedPublic

Authored by fpelliccioni on Oct 1 2019, 17:33.

Details

Reviewers
Fabien
deadalnix
Group Reviewers
Restricted Project
Summary

CheckSequenceLocks is called from ATMP and the member function CTxMemPool::removeForReorg without passing in the tx pool object that is used in those function's scope and instead using the global ::mempool instance.

Backport of Bitcoin Core PR13783
https://github.com/bitcoin/bitcoin/pull/13783

Test Plan
make check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
feature-backport-efaf2d85e
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7651
Build 13341: Bitcoin ABC Buildbot (legacy)
Build 13340: arc lint + arc unit