Page MenuHomePhabricator

Restore minRelayTxFee
ClosedPublic

Authored by deadalnix on Jun 16 2019, 22:53.

Details

Summary

It was replaced by Config::GetMinFeePerKB, but this ended up intermingled with CWallet::minTxFee and the whole thing is a mess.

Test Plan
make check

Diff Detail

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

Event Timeline

Fabien requested changes to this revision.Jun 17 2019, 10:06
Fabien added a subscriber: Fabien.

One nit, looks good otherwise.

src/wallet/fees.cpp
34 ↗(On Diff #9486)

Nit: wa removed to => was removed so

This revision now requires changes to proceed.Jun 17 2019, 10:06
This revision is now accepted and ready to land.Jun 17 2019, 16:56
This revision was automatically updated to reflect the committed changes.