(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
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))