trustedcoin: fix shellcheck
This commit is contained in:
parent
925492fc70
commit
60bf5fb8de
@ -9,7 +9,7 @@ let cfg = config.services.clightning.plugins.trustedcoin; in
|
|||||||
type = types.package;
|
type = types.package;
|
||||||
default = config.nix-bitcoin.pkgs.trustedcoin;
|
default = config.nix-bitcoin.pkgs.trustedcoin;
|
||||||
defaultText = "config.nix-bitcoin.pkgs.trustedcoin";
|
defaultText = "config.nix-bitcoin.pkgs.trustedcoin";
|
||||||
description = ''
|
description = mdDoc ''
|
||||||
The package providing trustedcoin binaries. Trustedcoin will try to
|
The package providing trustedcoin binaries. Trustedcoin will try to
|
||||||
use a bitcoind as a trusted source for getting block data. If this
|
use a bitcoind as a trusted source for getting block data. If this
|
||||||
fails, it will use a trustedcoin providers instead.
|
fails, it will use a trustedcoin providers instead.
|
||||||
|
@ -33,7 +33,7 @@ let
|
|||||||
useBcli = mkOption {
|
useBcli = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
description = mdDoc ''
|
||||||
If clightning should use the bitcoind as a main source for getting
|
If clightning should use the bitcoind as a main source for getting
|
||||||
on-chain block data. Disable this to use a trustedcoin provider (the
|
on-chain block data. Disable this to use a trustedcoin provider (the
|
||||||
trustedcoin plugin will be automatically enabled).
|
trustedcoin plugin will be automatically enabled).
|
||||||
|
Loading…
Reference in New Issue
Block a user