gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: don't process c


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: don't process contract if stale
Date: Mon, 13 Feb 2017 03:29:23 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new e2738c5  don't process contract if stale
e2738c5 is described below

commit e2738c58233038895611a67f127ee605112c5e11
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 13 03:29:20 2017 +0100

    don't process contract if stale
---
 src/content_scripts/notify.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/content_scripts/notify.ts b/src/content_scripts/notify.ts
index d29e591..6a0d9d2 100644
--- a/src/content_scripts/notify.ts
+++ b/src/content_scripts/notify.ts
@@ -362,6 +362,7 @@ namespace TalerNotify {
         let proposal = await downloadContract(msg.contract_url, nonce);
         if (proposal.data.nonce != nonce) {
           console.error("stale contract");
+          return;
         }
         await processProposal(proposal);
         return;

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



reply via email to

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