tfollow-up previous commit - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 16644ae00f6b3137bb26f6f8ce86fa64d1b46ccf
DIR parent 8f86a15f927a96311bf2cde1d3b6424232197108
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sat, 12 Oct 2019 13:57:54 +0200
follow-up previous commit
Diffstat:
M electrum/gui/qt/invoice_list.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum/gui/qt/invoice_list.py b/electrum/gui/qt/invoice_list.py
t@@ -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: