Skip to content

Commit bb42402

Browse files
committed
doc: fix comment about non-existing CompareFeeFrac
1 parent 19b968f commit bb42402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/feefrac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* A FeeFrac is considered "better" if it sorts after another, by this ordering. All standard
3232
* comparison operators (<=>, ==, !=, >, <, >=, <=) respect this ordering.
3333
*
34-
* The CompareFeeFrac, and >> and << operators only compare feerate and treat equal feerate but
34+
* The FeeRateCompare, and >> and << operators only compare feerate and treat equal feerate but
3535
* different size as equivalent. The empty FeeFrac is neither lower or higher in feerate than any
3636
* other.
3737
*/

0 commit comments

Comments
 (0)