mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +00:00
Hide 'calculating' feedback if segwit unavailable
This commit is contained in:
@@ -369,6 +369,7 @@
|
||||
// Don't show segwit if it's selected but network doesn't support it
|
||||
if (segwitSelected() && !networkHasSegwit()) {
|
||||
showSegwitUnavailable();
|
||||
hidePending();
|
||||
return;
|
||||
}
|
||||
showSegwitAvailable();
|
||||
|
||||
Reference in New Issue
Block a user