Skip to content

Commit

Permalink
doc: fix comment about non-existing CompareFeeFrac
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Mar 26, 2024
1 parent 19b968f commit bb42402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/feefrac.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* A FeeFrac is considered "better" if it sorts after another, by this ordering. All standard
* comparison operators (<=>, ==, !=, >, <, >=, <=) respect this ordering.
*
* The CompareFeeFrac, and >> and << operators only compare feerate and treat equal feerate but
* The FeeRateCompare, and >> and << operators only compare feerate and treat equal feerate but
* different size as equivalent. The empty FeeFrac is neither lower or higher in feerate than any
* other.
*/
Expand Down

0 comments on commit bb42402

Please sign in to comment.