aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorSuhas Daftuar <[email protected]>2015-12-02 11:04:15 -0500
committerSuhas Daftuar <[email protected]>2015-12-02 12:59:30 -0500
commit901b01d674031f9aca717deeb372bafa160a24af (patch)
tree0b7c26545730cb10c9887e694a50ad359fb13d44 /src/init.cpp
parentUse fee deltas for determining mempool acceptance (diff)
downloaddiscoin-901b01d674031f9aca717deeb372bafa160a24af.tar.xz
discoin-901b01d674031f9aca717deeb372bafa160a24af.zip
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.
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions