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

View File

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