From 425a1845b4a08ac58296e8fd03c5f583724e6bc8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:07:42 +0000 Subject: [PATCH] chore: clean mempool module comment typo Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- modules/bitcoin/mempool.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bitcoin/mempool.nix b/modules/bitcoin/mempool.nix index 45709d6..dac7cde 100644 --- a/modules/bitcoin/mempool.nix +++ b/modules/bitcoin/mempool.nix @@ -174,7 +174,7 @@ let # Vendored mempool package mempoolPkgs = pkgs.callPackage ../../packages/mempool {}; - # See the `services.nginx` definition further below below + # See the `services.nginx` definition further below # on how to use these snippets. frontend.nginxConfig = { # This must be added to `services.nginx.commonHttpConfig` when