Skip to content

Commit

Permalink
Merge pull request #2163 from KomodoPlatform/hide_unhatched_seeds
Browse files Browse the repository at this point in the history
add message when ZHTLC not yet fully activated
  • Loading branch information
smk762 authored Dec 7, 2022
2 parents f6ed64b + 54b8583 commit 31fea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Settings/RecoverSeedModal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ MultipageModal
DefaultText
{
id: publicAddress
text: model.public_address
text: model.public_address != 'Invalid Ticker' ? model.public_address : "Please wait for " + model.name + " to fully activate..."
font: model.public_address.length > 70 ? DexTypo.body4 : DexTypo.body3
}
}
Expand Down

0 comments on commit 31fea8d

Please sign in to comment.