Merge fort-nix/nix-bitcoin#448: [LND] Remove pruning assertion
793a127372
[LND] Remove pruning assertion (Konstantin Nick) Pull request description: ACKs for top commit: erikarvstedt: ACK793a127372
prusnak: ACK793a127372
Tree-SHA512: fb9bb72981d933a6d8d7bdc888e63f3a156839ef7567d55572dd45479d140a645e752e0129dd74c04b082daeac6f629be6d341b86883c6e3b74e64d5577e4800
This commit is contained in:
commit
22bd5075ea
@ -161,9 +161,6 @@ in {
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
assertions = [
|
||||
{ assertion = bitcoind.prune == 0;
|
||||
message = "lnd does not support bitcoind pruning.";
|
||||
}
|
||||
{ assertion =
|
||||
!(config.services ? clightning)
|
||||
|| !config.services.clightning.enable
|
||||
|
Loading…
Reference in New Issue
Block a user