trustedcoin: fix shellcheck

This commit is contained in:
Otto Sabart
2023-04-11 21:00:00 +02:00
parent 3d26f72b7f
commit 5b5e76931d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ let
useBcli = mkOption {
type = types.bool;
default = true;
description = ''
description = mdDoc ''
If clightning should use the bitcoind as a main source for getting
on-chain block data. Disable this to use a trustedcoin provider (the
trustedcoin plugin will be automatically enabled).