mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
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' |
||
---|---|---|
.. | ||
dialogs | ||
ui_screens | ||
__init__.py | ||
combobox.py | ||
drawer.py | ||
gridview.py | ||
qrcodewidget.py | ||
screens.py |