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

Function midpoint

tests/test_currencyrate.py:259–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258 @app.get("/midpoint")
259 def midpoint():
260 return jsonify({"price": state["midpoint"]})
261
262 srv = _ServerThread(app)
263 srv.start()

Callers 1

get_medianFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected