lnd: fix missing RPC permissions when bitcoind is pruned

This commit is contained in:
Erik Arvstedt
2022-10-25 22:35:31 +02:00
committed by Greg Shuflin
parent 29d1a6b8a8
commit b3c134c01d
3 changed files with 33 additions and 4 deletions

View File

@@ -306,6 +306,7 @@ buildable() {
scenario=regtest buildTest "$@"
scenario=hardened buildTest "$@"
scenario=clightningReplication buildTest "$@"
scenario=lndPruned buildTest "$@"
}
examples() {

View File

@@ -318,6 +318,12 @@ let
services.btcpayserver.lbtc = mkForce false;
};
# Test the special bitcoin RPC setup that lnd uses when bitcoin is pruned
lndPruned = {
services.lnd.enable = true;
services.bitcoind.prune = 1000;
};
## Examples / debug helper
# Run a selection of tests in scenario 'netns'