jhoenicke / mempool

Bitcoin Mempool Statistics
GNU Affero General Public License v3.0
331 stars 91 forks source link

Fee level cut offs inclusive? #5

Closed dabura667 closed 7 years ago

dabura667 commented 7 years ago

0-5 and 5-10 leaves the question: If the transaction is exactly 5 satoshis per byte, which color is it?

Perhaps make a note on the site: "for each level lower bound inclusive upper bound exclusive" etc.

If there's some way to make this obvious in the fee level legend it would be best, but I'm not a UI guy.

jhoenicke commented 7 years ago

FYI, since end of April the lower bound is inclusive, the upper bound is exclusive (before it was random due to rounding errors). It only affects few transactions that aim for exactly this limit and have a signature of maximum size (signature size is variable and cannot be known before signing).

I have to think about how to make it this clear.

dabura667 commented 7 years ago

For now, a small asterisk next to the legend and a footnote explaining should be sufficient.