From 574e6ce37ccf11fb15788937239acf79d76a8c20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 2 Nov 2019 00:24:18 +0100 Subject: don't do requestUpdateStatus on FF --- src/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wallet.ts b/src/wallet.ts index 244a4f227..c73af9062 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -1931,7 +1931,7 @@ export class Wallet { console.warn( `wallet version ${WALLET_PROTOCOL_VERSION} might be outdated (exchange has ${exchangeInfo.protocolVersion}), checking for updates`, ); - if (!isFirefox()) { + if (isFirefox()) { console.log("skipping update check on Firefox") } else { chrome.runtime.requestUpdateCheck((status, details) => { -- cgit v1.2.3