UkoeHB / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
7 stars 4 forks source link

Fix check_fee() discrepancy. #1

Closed UkoeHB closed 4 years ago

UkoeHB commented 4 years ago

M100 = max{300kb, min{100block_median, m_long_term_effective_median_block_weight}} not M100 = max{300kb, m_long_term_effective_median_block_weight}

Follow up for Pull Request #5941, which only altered how transaction authors calculate fee and not how transaction verifiers calculate it.