| 3636 | } |
| 3637 | |
| 3638 | static 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. |
no test coverage detected