tests/regtest: disable incompatible validatepegin for liquidd
Otherwise liquidd startup fails. This bug was not covered by our tests, because we're not combining `regtest` with `secure-node`. But nixbitcoin.org does, which should suffice for now.
This commit is contained in:
parent
c30fe1919b
commit
b3e868d0af
2 changed files with 9 additions and 0 deletions
|
|
@ -248,6 +248,9 @@ let
|
|||
services.lightning-pool.extraConfig = ''
|
||||
auctionserver=localhost
|
||||
'';
|
||||
|
||||
# `validatepegin` is incompatible with regtest
|
||||
services.liquidd.validatepegin = mkForce false;
|
||||
};
|
||||
|
||||
## Examples / debug helper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue