HomePhabricator

Remove GetMinRelayFee
901b01d67403Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove GetMinRelayFee

One test in AcceptToMemoryPool was to compare a transaction's fee
agains the value returned by GetMinRelayFee. This value was zero for
all small transactions. For larger transactions (between
DEFAULT_BLOCK_PRIORITY_SIZE and MAX_STANDARD_TX_SIZE), this function
was preventing low fee transactions from ever being accepted.

With this function removed, we will now allow transactions in that range
with fees (including modifications via PrioritiseTransaction) below
the minRelayTxFee, provided that they have sufficient priority.

Details

Provenance
Suhas Daftuar <sdaftuar@chaincode.com>Authored on Dec 2 2015, 16:04
deadalnixPushed on May 14 2017, 22:04
Parents
rABC27fae3484cdb: Use fee deltas for determining mempool acceptance
Branches
Unknown
Tags
Unknown

Event Timeline

Suhas Daftuar <sdaftuar@chaincode.com> committed rABC901b01d67403: Remove GetMinRelayFee (authored by Suhas Daftuar <sdaftuar@chaincode.com>).Dec 2 2015, 17:59