test: remove clightning TODO-EXTERNAL requiring to disable offers

This commit is contained in:
Jonas Nick 2024-12-01 13:40:02 +00:00
parent 7fb481cf58
commit b9019d170d
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 0 additions and 37 deletions

View file

@ -21,12 +21,8 @@ cat > "$tmpDir/configuration.nix" <<EOF
password = "a";
};
# When WAN is disabled, DNS bootstrapping slows down service startup by ~15 s
# TODO-EXTERNAL:
# When bitcoind is not fully synced, the offers plugin in clightning 24.05
# crashes (see https://github.com/ElementsProject/lightning/issues/7378).
services.clightning.extraConfig = ''
disable-dns
disable-plugin=offers
'';
}
EOF