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

Function payment_supports_mpp

plugins/libplugin-pay.c:3638–3641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3636}
3637
3638static bool payment_supports_mpp(struct payment *p)
3639{
3640 return feature_offered(p->features, OPT_BASIC_MPP);
3641}
3642
3643/*****************************************************************************
3644 * Adaptive splitter -- Split payment if we can't get it through.

Callers 2

adaptive_splitter_cbFunction · 0.85

Calls 1

feature_offeredFunction · 0.85

Tested by

no test coverage detected