trustedcoin: add regtest support, reenable test

This commit is contained in:
Erik Arvstedt 2023-08-03 17:26:15 +02:00
parent aa418869b3
commit ac59f93e63
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 20 additions and 7 deletions

View file

@ -319,6 +319,8 @@ let
};
trustedcoin = {
imports = [ scenarios.regtestBase ];
services.clightning = {
enable = true;
plugins.trustedcoin.enable = true;