gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: don't do requestUpdateStatus


From: gnunet
Subject: [taler-wallet-core] branch master updated: don't do requestUpdateStatus on FF
Date: Sat, 02 Nov 2019 00:24:23 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 574e6ce3 don't do requestUpdateStatus on FF
574e6ce3 is described below

commit 574e6ce37ccf11fb15788937239acf79d76a8c20
Author: Florian Dold <address@hidden>
AuthorDate: Sat Nov 2 00:24:18 2019 +0100

    don't do requestUpdateStatus on FF
---
 src/wallet.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wallet.ts b/src/wallet.ts
index 244a4f22..c73af906 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) => {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]