aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sanders <gsanders87@gmail.com>2024-03-25 09:48:52 -0400
committerGreg Sanders <gsanders87@gmail.com>2024-03-26 08:05:22 -0400
commitbb424029459af691c4d07988f3d76afeaee21644 (patch)
tree0fe9b06d74e4348fb6b0b6a7c6f2a5b598f19c68
parent19b968f743ca666032371ab2424feaffd0c6043e (diff)
doc: fix comment about non-existing CompareFeeFrac
-rw-r--r--src/util/feefrac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/feefrac.h b/src/util/feefrac.h
index 48bd287c7c..7102f85f88 100644
--- a/src/util/feefrac.h
+++ b/src/util/feefrac.h
@@ -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.
*/