Skip to content

Commit

Permalink
remove erroneous CompareFeerateDiagram comment about slope
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Mar 26, 2024
1 parent a0376e1 commit cebcced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/feefrac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_a = prev_point(!unproc_side);

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

0 comments on commit cebcced

Please sign in to comment.