... bitcoin-core
authoralex <[email protected]>
Thu, 16 Oct 2025 05:56:24 +0000 (22:56 -0700)
committeralex <[email protected]>
Thu, 16 Oct 2025 05:56:24 +0000 (22:56 -0700)
infiniteadaptability/services/bitcoin-core.scm

index fe9df2936f9a986a85180524688feda3e3dd4683..0caf56af2dbe10889f51207da26f356e23ed5e13 100644 (file)
@@ -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))