Browse Source

follow-up previous commit

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ThomasV 5 years ago
parent
commit
16644ae00f
  1. 2
      electrum/gui/qt/invoice_list.py

2
electrum/gui/qt/invoice_list.py

@ -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…
Cancel
Save