From 64bd24cda114fa251c6a941b8fe4837a82d2ce33 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 14 Jun 2024 15:23:38 -0500 Subject: [PATCH] Skip hermes check if we don't have a ln address --- mutiny-core/src/hermes.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mutiny-core/src/hermes.rs b/mutiny-core/src/hermes.rs index 4a730b25d..4ad94cf77 100644 --- a/mutiny-core/src/hermes.rs +++ b/mutiny-core/src/hermes.rs @@ -180,6 +180,11 @@ impl HermesClient { o.name ); *c = (o.name.clone(), true); + + // if we don't have a lightning address, no need to continue + if o.name.is_none() { + break; + } } // check that federation is still the same