Page MenuHomePhabricator

Prepare a flag for charging for excessive utxo creation
ClosedPublic

Authored by schancel on Jan 15 2018, 19:50.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
utxo-rate
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1980
Build 2109: Bitcoin ABC Buildbot (legacy)
Build 2108: arc lint + arc unit

Event Timeline

patch is still WIP right? cause I don't see any criteria on how to apply excessUTXOCharge

src/init.cpp
1495 ↗(On Diff #2530)

minrealytxfee ?

deadalnix requested changes to this revision.Feb 28 2018, 13:00

This needs to a be a config parameter. Let's not add more globals.

This revision now requires changes to proceed.Feb 28 2018, 13:00

Move parameter to config

src/validation.h
59

excesseutxocharge is spelled wrong everywhere.

This revision is now accepted and ready to land.Mar 6 2018, 14:31

Add excessutxocharge to getnetworkinfo

This revision was automatically updated to reflect the committed changes.