Files
pallectrum/electrum
SomberNight c7346c1eb8 kivy: fix paying onchain invoices
when pasting a new invoice and paying it
Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/gui/kivy/uix/screens.py", line 358, in _do_send_onchain
    tx = self.app.wallet.make_unsigned_transaction(coins, outputs, None)
  File "/home/user/wspace/electrum/electrum/wallet.py", line 849, in make_unsigned_transaction
    if o.type == TYPE_ADDRESS:
AttributeError: 'tuple' object has no attribute 'type'

when loading back a saved invoice
Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/gui/kivy/uix/screens.py", line 358, in _do_send_onchain
    tx = self.app.wallet.make_unsigned_transaction(coins, outputs, None)
  File "/home/user/wspace/electrum/electrum/wallet.py", line 849, in make_unsigned_transaction
    if o.type == TYPE_ADDRESS:
AttributeError: 'list' object has no attribute 'type'
2019-09-13 15:00:34 +02:00
..
2019-09-13 15:00:34 +02:00
2019-09-10 16:24:21 +02:00
2019-09-10 20:18:53 +02:00
2019-09-05 11:45:28 +02:00
2019-09-12 12:26:49 +02:00
2019-09-04 13:53:38 +02:00
2019-09-12 20:11:20 +02:00
2019-09-13 12:26:27 +02:00
2019-09-12 12:26:49 +02:00
2019-09-05 18:30:04 +02:00
2019-08-20 09:03:12 +02:00
2019-09-11 11:58:28 +02:00
2019-08-20 09:03:12 +02:00
2019-09-10 21:17:15 +02:00
2019-09-12 04:07:17 +02:00
2019-09-12 20:11:20 +02:00
2019-09-13 15:00:34 +02:00