mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-28 12:50:17 +02:00
doc: fix comment about non-existing CompareFeeFrac
This commit is contained in:
parent
19b968f743
commit
bb42402945
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user