From bb424029459af691c4d07988f3d76afeaee21644 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Mon, 25 Mar 2024 09:48:52 -0400 Subject: [PATCH] doc: fix comment about non-existing CompareFeeFrac --- src/util/feefrac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/feefrac.h b/src/util/feefrac.h index 48bd287c7ca..7102f85f881 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. */