Page MenuHomePhabricator

validation: Pass tx pool reference into CheckSequenceLocks
ClosedPublic

Authored by fpelliccioni on Sep 30 2019, 13:17.

Details

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 7633
Build 13306: Bitcoin ABC Buildbot (legacy)
Build 13305: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 1 2019, 11:32