chore: clean mempool module comment typo

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-08-10 15:07:42 +00:00
committed by GitHub
co-authored by naturallaw777
parent 546dacf396
commit 425a1845b4
+1 -1
View File
@@ -174,7 +174,7 @@ let
# Vendored mempool package # Vendored mempool package
mempoolPkgs = pkgs.callPackage ../../packages/mempool {}; 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. # on how to use these snippets.
frontend.nginxConfig = { frontend.nginxConfig = {
# This must be added to `services.nginx.commonHttpConfig` when # This must be added to `services.nginx.commonHttpConfig` when