clightning-rest: update module to v0.10.3
This commit is contained in:
@@ -97,6 +97,7 @@ in {
|
|||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
ReadWritePaths = [ cfg.dataDir ];
|
ReadWritePaths = [ cfg.dataDir ];
|
||||||
|
inherit (nbLib.allowNetlink) RestrictAddressFamilies;
|
||||||
} // nbLib.allowedIPAddresses cfg.tor.enforce
|
} // nbLib.allowedIPAddresses cfg.tor.enforce
|
||||||
// nbLib.nodejs;
|
// nbLib.nodejs;
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -248,7 +248,7 @@ def _():
|
|||||||
def _():
|
def _():
|
||||||
assert_running("clightning-rest")
|
assert_running("clightning-rest")
|
||||||
machine.wait_until_succeeds(
|
machine.wait_until_succeeds(
|
||||||
log_has_string("clightning-rest", "cl-rest api server is ready and listening on port: 3001")
|
log_has_string("clightning-rest", "cl-rest api server is ready and listening")
|
||||||
)
|
)
|
||||||
|
|
||||||
@test("spark-wallet")
|
@test("spark-wallet")
|
||||||
|
|||||||
Reference in New Issue
Block a user