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();