mempool: 2.5.0 -> 3.2.1
This commit is contained in:
parent
9a044fbfed
commit
81112a0553
9 changed files with 119 additions and 20 deletions
|
|
@ -85,7 +85,10 @@ let
|
|||
'');
|
||||
|
||||
tests.mempool = cfg.mempool.enable;
|
||||
services.mempool.electrumServer = "fulcrum";
|
||||
services.mempool = {
|
||||
electrumServer = "fulcrum";
|
||||
settings.MEMPOOL.POOLS_JSON_URL = mkIf config.test.noConnections "disable-pool-fetching";
|
||||
};
|
||||
|
||||
tests.lnd = cfg.lnd.enable;
|
||||
services.lnd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue