Page MenuHomePhabricator

[validation] Remove absurdfee from accepttomempool
ClosedPublic

Authored by PiRK on Nov 11 2021, 09:35.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC497282c479d2: [validation] Remove absurdfee from accepttomempool
Summary

Mempool behavior should not be user-specific.
Checking that txfee is acceptable should be
the responsibility of the wallet or client, not
the mempool.

This is a backport of core#19339 [3/3]
https://github.com/bitcoin/bitcoin/pull/19339/commits/b048b275d9711f70847afaea5450f17a0f7e673a

Depends on D10465

Test Plan

ninja all check-all

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Nov 11 2021, 09:35

rebase after touching the previous 2 commits (no change to this commit)

This revision is now accepted and ready to land.Nov 16 2021, 14:36