Page MenuHomePhabricator

Use disconnectpool in CTxMemPool::removeForBlock
ClosedPublic

Authored by deadalnix on Aug 26 2018, 01:11.

Details

Summary

This ensure that transaction are removed in a consistent order. It's preferable to do it that way untill the mempool code is able to take advantage of it by itself.

Test Plan
make check
./test/functional/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable