Skip to content

Commit cebcced

Browse files
committed
remove erroneous CompareFeerateDiagram comment about slope
1 parent a0376e1 commit cebcced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/feefrac.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ std::partial_ordering CompareFeerateDiagram(Span<const FeeFrac> dia0, Span<const
5353
const FeeFrac& point_p = next_point(unproc_side);
5454
const FeeFrac& point_a = prev_point(!unproc_side);
5555

56-
// Slope of AP can be negative, unlike AB
5756
const auto slope_ap = point_p - point_a;
5857
Assume(slope_ap.size > 0);
5958
std::weak_ordering cmp = std::weak_ordering::equivalent;

0 commit comments

Comments
 (0)