MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_continue

Function json_continue

plugins/lsps-plugin/src/service.rs:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223}
224
225fn json_continue() -> serde_json::Value {
226 serde_json::json!({"result": "continue"})
227}
228
229fn json_continue_forward(
230 payload: Vec<u8>,

Callers 3

handle_htlc_safeFunction · 0.85
handle_htlc_innerFunction · 0.85
decision_to_responseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected