You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l1.daemon.wait_for_log(r"UNUSUAL.*Destination accepted partial payment, failed a part \(Error permanent_channel_failure for path ->022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59->0382ce59ebf18be7d84677c2e35f23294b9992ceca95491fcf8a56c6cb2d9de199->032cf15d1ad9c4a08d26eab1918f732d8ef8fdc6abb9640bf3db174372c491304e, from 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59\)")
764
765
# Could be either way around, check both
765
766
line=l1.daemon.is_in_log(r"UNUSUAL.*Destination accepted partial payment, failed a part")
766
-
assertre.search(r'but accepted only 32000msat of 500000000msat\. Winning\?!', line) orre.search(r'but accepted only 499968000msat of 500000000msat\. Winning\?!', line)
767
+
assertre.search(r'but accepted only .* of 800000000msat\. Winning\?!', line)
767
768
768
769
ifslow_modeisTrue:
769
770
# Now it succeeds, but notes that it only sent one part!
0 commit comments