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

Function median_rate

tests/test_currencyrate.py:42–45  ·  view source on GitHub ↗
(rateslist)

Source from the content-addressed store, hash-verified

40
41
42def median_rate(rateslist):
43 rate = median(rateslist)
44
45 return range(int(rate * 0.99), int(rate * 1.01))
46
47
48def test_apis_batch1(node_factory):

Callers 3

test_apis_batch1Function · 0.85
test_apis_batch2Function · 0.85
test_custom_sourceFunction · 0.85

Calls 1

medianFunction · 0.85

Tested by

no test coverage detected