Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash when trying to select "spend from" option in address list #8155

Closed
Rogach opened this issue Jan 18, 2023 · 0 comments · Fixed by #8156
Closed

crash when trying to select "spend from" option in address list #8155

Rogach opened this issue Jan 18, 2023 · 0 comments · Fixed by #8156

Comments

@Rogach
Copy link
Contributor

Rogach commented Jan 18, 2023

Trying to select "Spend from" in context menu in address list results in Electrum crashing with:

File ".../electrum/gui/qt/address_list.py", line 291, in <lambda>
    menu.addAction(_("Spend from"), lambda: self.parent.utxo_list.set_spend_list(coins))
AttributeError: 'UTXOList' object has no attribute 'set_spend_list'. Did you mean: 'get_spend_list'?

Seems that the issue was introduced in commit 975cdca, set_spend_list was removed.

ecdsa added a commit that referenced this issue Jan 18, 2023
fix adding coins to coincontrol from address list (fixes #8155)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant