Page MenuHomePhabricator

Remove ::minRelayTxFee global
ClosedPublic

Authored by PiRK on Mar 21 2024, 16:06.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC1f260dda7638: Remove ::minRelayTxFee global
Summary

The -incrementalrelayfee option was removed from Bitcoin ABC in v0.17.2

This is a partial backport of core#25648
https://github.com/bitcoin/bitcoin/pull/25648/commits/fa9cba7afb73c01bd2c8fefd662dfc80dd98c5e8

Depends on D15752

Test Plan

ninja all check-all

Diff Detail

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

Event Timeline

PiRK published this revision for review.Mar 22 2024, 16:03
Fabien requested changes to this revision.Mar 25 2024, 09:50
Fabien added a subscriber: Fabien.
Fabien added inline comments.
doc/policy/README.md
5 ↗(On Diff #46384)
src/node/interfaces.cpp
666 ↗(On Diff #46384)

It's never used ?

This revision now requires changes to proceed.Mar 25 2024, 09:50
src/node/interfaces.cpp
666 ↗(On Diff #46384)

It is used in the wallet code only (which does not have direct access to the mempool)

improve policy/README.md

This revision is now accepted and ready to land.Mar 25 2024, 12:56
This revision was automatically updated to reflect the committed changes.