From: Jeffrey Czyz Date: Wed, 30 Mar 2022 18:43:45 +0000 (-0500) Subject: Correctly pick middle hop to victimize X-Git-Tag: v0.0.106~2^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=30b6873d03e59fd2b329725f71e9df98eaba1c2c;hp=30b6873d03e59fd2b329725f71e9df98eaba1c2c;p=rust-lightning Correctly pick middle hop to victimize For even-length paths, preferring a later hop avoids overly limiting the possible paths on the next iteration. ---