mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
pay_flow: downgrade messages about shadow route delays.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
4196f97571
commit
eef57488f9
@ -255,7 +255,7 @@ static u32 *shadow_additions(const tal_t *ctx,
|
||||
}
|
||||
|
||||
final_cltvs[i] += shadow_delay;
|
||||
debug_paynote(p, "Shadow route on flow %zu/%zu added %u block delay. now %u",
|
||||
payment_note(p, LOG_DBG, "Shadow route on flow %zu/%zu added %u block delay. now %u",
|
||||
i, tal_count(flows), shadow_delay, final_cltvs[i]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user