lnd: fix missing RPC permissions when bitcoind is pruned

This commit is contained in:
Erik Arvstedt
2022-10-25 22:56:51 +02:00
parent 49303be2e0
commit 67949a002a
3 changed files with 33 additions and 4 deletions
+1
View File
@@ -312,6 +312,7 @@ buildable() {
scenario=regtest buildTest "$@"
scenario=hardened buildTest "$@"
scenario=clightningReplication buildTest "$@"
scenario=lndPruned buildTest "$@"
}
examples() {