Check that broker and CLN are on the same network

This commit is contained in:
decentclock
2022-08-26 19:20:26 +00:00
parent cd465bf084
commit 6f81516a60
2 changed files with 19 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ fn main() -> anyhow::Result<()> {
let client = UnixClient::new(conn);
// TODO pass status_rx into SignerLoop
let mut signer_loop = SignerLoop::new(client, tx);
signer_loop.start();
signer_loop.start(Some(&settings));
// })
Ok(())