follow-up previous commit
This commit is contained in:
@@ -178,7 +178,7 @@ class InvoiceList(MyTreeView):
|
|||||||
route_str = '%d'%len(route)
|
route_str = '%d'%len(route)
|
||||||
if not success:
|
if not success:
|
||||||
sender_idx, failure_msg = failure_data
|
sender_idx, failure_msg = failure_data
|
||||||
short_channel_id = route[sender_idx].short_channel_id
|
short_channel_id = route[sender_idx+1].short_channel_id
|
||||||
data = failure_msg.data
|
data = failure_msg.data
|
||||||
message = repr(failure_msg.code)
|
message = repr(failure_msg.code)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user