Hide 'calculating' feedback if segwit unavailable

This commit is contained in:
Ian Coleman
2018-05-29 09:42:03 +10:00
parent 530648c174
commit 7733ac322b
+1
View File
@@ -369,6 +369,7 @@
// Don't show segwit if it's selected but network doesn't support it // Don't show segwit if it's selected but network doesn't support it
if (segwitSelected() && !networkHasSegwit()) { if (segwitSelected() && !networkHasSegwit()) {
showSegwitUnavailable(); showSegwitUnavailable();
hidePending();
return; return;
} }
showSegwitAvailable(); showSegwitAvailable();