mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-30 01:30:07 +02:00
remove erroneous CompareFeerateDiagram comment about slope
This commit is contained in:
parent
a0376e1061
commit
cebcced65e
@ -53,7 +53,6 @@ std::partial_ordering CompareFeerateDiagram(Span<const FeeFrac> dia0, Span<const
|
|||||||
const FeeFrac& point_p = next_point(unproc_side);
|
const FeeFrac& point_p = next_point(unproc_side);
|
||||||
const FeeFrac& point_a = prev_point(!unproc_side);
|
const FeeFrac& point_a = prev_point(!unproc_side);
|
||||||
|
|
||||||
// Slope of AP can be negative, unlike AB
|
|
||||||
const auto slope_ap = point_p - point_a;
|
const auto slope_ap = point_p - point_a;
|
||||||
Assume(slope_ap.size > 0);
|
Assume(slope_ap.size > 0);
|
||||||
std::weak_ordering cmp = std::weak_ordering::equivalent;
|
std::weak_ordering cmp = std::weak_ordering::equivalent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user