]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Hide 'calculating' feedback if segwit unavailable
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index c9bbdc6ac0d9a34bd732fc432fedbc628aabf36c..ff35755383b2ab5e26330dafb85d26dbe1c24fe7 100644 (file)
         // Don't show segwit if it's selected but network doesn't support it
         if (segwitSelected() && !networkHasSegwit()) {
             showSegwitUnavailable();
+            hidePending();
             return;
         }
         showSegwitAvailable();