liquidd: make regtest capable

This commit is contained in:
nixbitcoin 2021-07-13 13:59:56 +00:00
parent b7225f5d11
commit b24c14ec61
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
2 changed files with 5 additions and 7 deletions

View file

@ -183,6 +183,7 @@ let
imports = [ scenarios.regtestBase ];
services.clightning.enable = true;
test.features.clightningPlugins = true;
services.liquidd.enable = true;
services.spark-wallet.enable = true;
services.lnd.enable = true;
services.lightning-loop.enable = true;