small fixes
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
- new: allow never expiring payment requests (#8631)
|
- new: allow never expiring payment requests (#8631)
|
||||||
- new: add coins/UTXOs to addresses list, add filters (cf91d2e)
|
- new: add coins/UTXOs to addresses list, add filters (cf91d2e)
|
||||||
- new: delete addresses from imported wallet (#8675)
|
- new: delete addresses from imported wallet (#8675)
|
||||||
|
- new: add support for lightning address and openalias (03dd38b)
|
||||||
- various UI fixes (b846eab, #8634, 9ed5f7b, 941f425, b20a4b9, af61b9d, 0fb47c8, 2995bc8, ..)
|
- various UI fixes (b846eab, #8634, 9ed5f7b, 941f425, b20a4b9, af61b9d, 0fb47c8, 2995bc8, ..)
|
||||||
* Desktop:
|
* Desktop:
|
||||||
- port wizard to new implementation
|
- port wizard to new implementation
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ class SeedLayout(QVBoxLayout):
|
|||||||
is_checksum, is_wordlist = bip39_is_checksum_valid(s)
|
is_checksum, is_wordlist = bip39_is_checksum_valid(s)
|
||||||
label = ''
|
label = ''
|
||||||
if bool(s):
|
if bool(s):
|
||||||
label = ('' if is_checksum else _('BIP39 Checksum failed')) if is_wordlist else _('Unknown BIP39 wordlist')
|
label = ('' if is_checksum else _('BIP39 checksum failed')) if is_wordlist else _('Unknown BIP39 wordlist')
|
||||||
elif self.seed_type == 'slip39':
|
elif self.seed_type == 'slip39':
|
||||||
self.slip39_mnemonics[self.slip39_mnemonic_index] = s
|
self.slip39_mnemonics[self.slip39_mnemonic_index] = s
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user