Page MenuHomePhabricator

Replace high/low priority transactions with a better metric based on average blocks burned
Open, Needs TriagePublic

Description

Currently, high/low transactions in the free tier are dependent on the value of the transaction. This means that there's a bizarre subsidy for higher value transactions on the free tier. The current cutoff is:

1 coinday burned per 250 bytes of transaction.

txmempool.h AllowFree() function