mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +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' |
||
---|---|---|
.. | ||
__init__.py | ||
addresses.py | ||
amount_dialog.py | ||
bump_fee_dialog.py | ||
checkbox_dialog.py | ||
choice_dialog.py | ||
crash_reporter.py | ||
fee_dialog.py | ||
fx_dialog.py | ||
installwizard.py | ||
invoice_dialog.py | ||
label_dialog.py | ||
lightning_channels.py | ||
lightning_open_channel.py | ||
nfc_transaction.py | ||
password_dialog.py | ||
qr_dialog.py | ||
qr_scanner.py | ||
question.py | ||
request_dialog.py | ||
seed_options.py | ||
settings.py | ||
tx_dialog.py | ||
wallets.py |