mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix addresses() call in sweep
This commit is contained in:
parent
b22048fdfb
commit
be307553b8
1 changed files with 1 additions and 1 deletions
|
@ -2460,7 +2460,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
keys_e.setTabChangesFocus(True)
|
keys_e.setTabChangesFocus(True)
|
||||||
vbox.addWidget(keys_e)
|
vbox.addWidget(keys_e)
|
||||||
|
|
||||||
h, address_e = address_field(self.wallet.addresses())
|
h, address_e = address_field(self.wallet.addresses(False))
|
||||||
vbox.addLayout(h)
|
vbox.addLayout(h)
|
||||||
|
|
||||||
vbox.addStretch(1)
|
vbox.addStretch(1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue