Skip to content

Commit

Permalink
mpp: Enable adaptive splitter
Browse files Browse the repository at this point in the history
Changelog-Added: The adaptive multi-part payment modifier will split payments that are failing due to their size into smaller parts, and re-attempted.
  • Loading branch information
cdecker committed Jul 6, 2020
1 parent 84dcec0 commit 763c1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/pay.c
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,7 @@ struct payment_modifier *paymod_mods[] = {
&routehints_pay_mod,
&waitblockheight_pay_mod,
&retry_pay_mod,
&adaptive_splitter_pay_mod,
NULL,
};

Expand Down

0 comments on commit 763c1af

Please sign in to comment.