test: fix lndrest on regtest (#2811)

* fix: lndrest on regtest
* fix some race conditions on lndrest
This commit is contained in:
dni ⚡
2024-12-12 07:54:43 +01:00
committed by GitHub
parent 61c71660b8
commit 1b9bb32ca0
6 changed files with 19 additions and 11 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ docker_lightning_cli = [
docker_bitcoin_cli = [
"docker",
"exec",
"lnbits-bitcoind-1-1" "bitcoin-cli",
"lnbits-bitcoind-1",
"bitcoin-cli",
"-rpcuser=lnbits",
"-rpcpassword=lnbits",
"-regtest",