mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
fix typo
This commit is contained in:
parent
52a482a9b5
commit
e7d4bf2945
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
rds_e = ShowQRTextEdit(text=redeem_script)
|
rds_e = ShowQRTextEdit(text=redeem_script)
|
||||||
rds_e.addCopyButton(self.app)
|
rds_e.addCopyButton(self.app)
|
||||||
vbox.addWidget(rds_e)
|
vbox.addWidget(rds_e)
|
||||||
if xtype in ['p2wpkh', 'p2wsh', 'p2wphk-p2sh', 'p2wsh-p2sh']:
|
if xtype in ['p2wpkh', 'p2wsh', 'p2wpkh-p2sh', 'p2wsh-p2sh']:
|
||||||
vbox.addWidget(WWLabel(_("Warning: the format of segwit private keys may not be compatible with other wallets")))
|
vbox.addWidget(WWLabel(_("Warning: the format of segwit private keys may not be compatible with other wallets")))
|
||||||
vbox.addLayout(Buttons(CloseButton(d)))
|
vbox.addLayout(Buttons(CloseButton(d)))
|
||||||
d.setLayout(vbox)
|
d.setLayout(vbox)
|
||||||
|
|
Loading…
Add table
Reference in a new issue