Page MenuHomePhabricator

[Chronik] Refactor: Change to `Mempool::remove_mined`
ClosedPublic

Authored by tobias_ruck on Apr 25 2023, 18:00.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCae4e0eef843c: [Chronik] Refactor: Change to `Mempool::remove_mined`
Summary

Change removed_mined_txs to remove_mined, which only removes one tx but returns it.

Also harmonizes the name with the other remove_mined method (and fixes "removed" -> "remove").

Test Plan

ninja check-crates && ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Branch
chronik-mempool-remove_mined
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23455
Build 46529: Build Diffbuild-chronik
Build 46528: arc lint + arc unit