From 55719e0202776c0ba60fe84f76966b4f51f41e43 Mon Sep 17 00:00:00 2001 From: Greg Coppola Date: Mon, 27 Jun 2022 12:59:34 -0500 Subject: [PATCH] fixed comment --- src/core/mempool.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/mempool.rs b/src/core/mempool.rs index 3bc4e2c5e..f604e293b 100644 --- a/src/core/mempool.rs +++ b/src/core/mempool.rs @@ -1009,8 +1009,8 @@ impl MemPoolDB { /// highest-fee-first order. This method is interruptable -- in the `settings` struct, the /// caller may choose how long to spend iterating before this method stops. /// - /// `todo` returns an option to a `TransactionEvent` representing the outcome, or None if we - /// hit an error that wasn't transaction specific. + /// `todo` returns an option to a `TransactionEvent` representing the outcome, or None to indicate + /// that iteration through the mempool should be halted. /// /// `output_events` is modified in place, adding all substantive transaction events output by `todo`. pub fn iterate_candidates(