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

Function payment_supports_mpp

plugins/libplugin-pay.c:3508–3511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3506}
3507
3508static bool payment_supports_mpp(struct payment *p)
3509{
3510 return feature_offered(p->features, OPT_BASIC_MPP);
3511}
3512
3513/* Return fuzzed amount ~= target, but never exceeding max */
3514static struct amount_msat fuzzed_near(struct amount_msat target,

Callers 3

presplit_cbFunction · 0.85
adaptive_splitter_cbFunction · 0.85

Calls 1

feature_offeredFunction · 0.50

Tested by

no test coverage detected