• Matt Corallo's avatar
    Refactor fee rules to make them actually readable. · 18e9f7d2
    Matt Corallo authored
    This (nearly) doesn't change fee rules at all:
     * To make it into the fee transaction area, the dPriority comparison
       changed from < to <=
     * We now just ignore transactions > MAX_BLOCK_SIZE/4 instead of
       doing some calculations to require increasingly large fees as
       size increases.
    18e9f7d2
wallet.cpp 61.8 KB