paymod: Exclude nodes that we found to be faulty

This commit is contained in:
Christian Decker
2020-05-29 17:10:47 +02:00
parent 2f0e535b81
commit 097cb8d3a0
3 changed files with 263 additions and 10 deletions

View File

@@ -1834,6 +1834,7 @@ static void init(struct plugin *p,
}
struct payment_modifier *paymod_mods[] = {
&routehints_pay_mod,
&local_channel_hints_pay_mod,
&retry_pay_mod,
NULL,