You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
returnErr(LightningError{err:format!("Received LSPS1 request message without LSPS1 service handler configured. From node = {:?}", sender_node_id),action:ErrorAction::IgnoreAndLog(Level::Info)});
430
437
},
431
438
}
439
+
#[cfg(not(lsps1_service))]
440
+
returnErr(LightningError{err:format!("Received LSPS1 request message without LSPS1 service handler configured. From node = {:?}", sender_node_id),action:ErrorAction::IgnoreAndLog(Level::Info)});
0 commit comments