From: alex Date: Thu, 16 Oct 2025 05:56:24 +0000 (-0700) Subject: ... X-Git-Url: http://git.infiniteadaptability.org/?a=commitdiff_plain;h=0c24917b4c46b0d9b2870ff600636e21f32af62c;p=packages ... --- 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))