X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=ff35755383b2ab5e26330dafb85d26dbe1c24fe7;hp=c9bbdc6ac0d9a34bd732fc432fedbc628aabf36c;hb=7733ac322b60127fa8d845f90e7605625996c9d1;hpb=c147cb5e4f40297c2377ecb5b03975b3f04d75bd diff --git a/src/js/index.js b/src/js/index.js index c9bbdc6..ff35755 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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();