charge-lnd: remove electrum server support
This has been removed upstream:
481ccf5282
This commit is contained in:
parent
b111cf9c57
commit
343bf4731c
1 changed files with 0 additions and 5 deletions
|
|
@ -70,9 +70,6 @@ let
|
|||
nbLib = config.nix-bitcoin.lib;
|
||||
|
||||
lnd = config.services.lnd;
|
||||
electrs = if (config.services ? electrs) && config.services.electrs.enable
|
||||
then config.services.electrs
|
||||
else null;
|
||||
|
||||
user = "charge-lnd";
|
||||
group = user;
|
||||
|
|
@ -113,8 +110,6 @@ in
|
|||
--lnddir ${dataDir}/lnddir-proxy \
|
||||
--grpc ${nbLib.addressWithPort lnd.rpcAddress lnd.rpcPort} \
|
||||
--config ${checkedConfig} \
|
||||
${optionalString (electrs != null)
|
||||
"--electrum-server ${nbLib.addressWithPort electrs.address electrs.port}"} \
|
||||
${escapeShellArgs cfg.extraFlags}
|
||||
'';
|
||||
Type = "oneshot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue