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:
    ACK 793a127372
  prusnak:
    ACK 793a127372

Tree-SHA512: fb9bb72981d933a6d8d7bdc888e63f3a156839ef7567d55572dd45479d140a645e752e0129dd74c04b082daeac6f629be6d341b86883c6e3b74e64d5577e4800
This commit is contained in:
Jonas Nick 2022-02-04 16:27:47 +00:00
commit 22bd5075ea
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 0 additions and 3 deletions

View File

@ -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