doc: fix comment about non-existing CompareFeeFrac

This commit is contained in:
Greg Sanders 2024-03-25 09:48:52 -04:00
parent 19b968f743
commit bb42402945
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/