mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
fix issue #1387
This commit is contained in:
parent
43880d452e
commit
252c73a06a
1 changed files with 3 additions and 0 deletions
|
@ -2480,6 +2480,9 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
fee = self.wallet.fee_per_kb(self.config)
|
||||
tx = Transaction.sweep(get_pk(), self.network, get_address(), fee)
|
||||
if not tx:
|
||||
self.show_message(_('No inputs found. (Note that inputs need to be confirmed)'))
|
||||
return
|
||||
self.show_transaction(tx)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue