Browse Source
``` # Excludes channel, then ignores routehint which includes that, then # it excludes other channel. > assert len(status) == 2 E assert 1 == 2 E -1 E +2 ``` The invoice we use at the end has a routehint: 50% of the time it's to l2 (which fails), 50% to l5 (which succeeds). Change it to create invoice before channel with l5 so it does the retry like we expect here. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>v0.9.0.1
committed by
Christian Decker
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue