tests: simplify lightning-loop test

This commit is contained in:
nixbitcoin
2020-09-24 16:40:50 +00:00
parent e7c5f956ea
commit 24b506ff8a
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -31,9 +31,6 @@ import ./make-test.nix rec {
services.lnd.enable = true;
services.lnd.listenPort = 9736;
services.lightning-loop.enable = true;
# needed because we must control when lightning-loop starts so it doesn't
# fail before we run commands in the nb-lightning-loop netns
systemd.services.lightning-loop.wantedBy = mkForce [];
services.electrs.enable = true;