From 0c24917b4c46b0d9b2870ff600636e21f32af62c Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 15 Oct 2025 22:56:24 -0700 Subject: [PATCH] ... --- infiniteadaptability/services/bitcoin-core.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infiniteadaptability/services/bitcoin-core.scm b/infiniteadaptability/services/bitcoin-core.scm index fe9df29..0caf56a 100644 --- a/infiniteadaptability/services/bitcoin-core.scm +++ b/infiniteadaptability/services/bitcoin-core.scm @@ -27,7 +27,7 @@ (default ""))) (define (bitcoin-core-config-file config) - "Return the bitcoin-core configureation file corresponding to CONFIG." + "Return the bitcoin-core configuration file corresponding to CONFIG." (computed-file "bitcoin.conf" #~(begin (call-with-output-file #$output @@ -39,7 +39,7 @@ config))))))) (define (bitcoin-core-accounts config) - "Return the accounts needed for service for CONFIG." + "Return the account needed for the bitcoin-core service for CONFIG." (define %username (bitcoin-core-configuration-user config)) -- 2.30.2