From d311b875799cc970bfa52d1c7d5e0c8f6eb808a6 Mon Sep 17 00:00:00 2001 From: timedout Date: Mon, 23 Feb 2026 17:25:12 +0000 Subject: [PATCH] chore: Fix incorrect capitalisation I didn't realise I agreed to take an English class with @ginger while working on this server lol --- src/service/transaction_ids/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/transaction_ids/mod.rs b/src/service/transaction_ids/mod.rs index b64555af..93d65ba0 100644 --- a/src/service/transaction_ids/mod.rs +++ b/src/service/transaction_ids/mod.rs @@ -244,7 +244,7 @@ impl Service { debug_warn!("Failed to send transaction response to waiting receivers: {e}"); } - // explicitly close + // Explicitly close drop(sender); // This task is dangling, we can try clean caches now