mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
follow-up previous commit
This commit is contained in:
parent
8f86a15f92
commit
16644ae00f
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class InvoiceList(MyTreeView):
|
|||
route_str = '%d'%len(route)
|
||||
if not success:
|
||||
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
|
||||
message = repr(failure_msg.code)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue