gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: typo


From: gnunet
Subject: [taler-wallet-core] branch master updated: typo
Date: Thu, 05 Aug 2021 00:03:45 +0200

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 e073f3a7 typo
e073f3a7 is described below

commit e073f3a793f85cfd79088fda6b4da626b4456f3f
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 5 00:03:41 2021 +0200

    typo
---
 packages/taler-wallet-cli/src/lint.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-cli/src/lint.ts 
b/packages/taler-wallet-cli/src/lint.ts
index b640d0cf..e46f5430 100644
--- a/packages/taler-wallet-cli/src/lint.ts
+++ b/packages/taler-wallet-cli/src/lint.ts
@@ -430,7 +430,7 @@ export async function checkExchangeHttpd(
     const resp = await Promise.race([httpLib.get(keysUrl.href), 
delayMs(2000)]);
 
     if (!resp) {
-      context.numErr;
+      context.numErr++;
       console.log(
         "error: request to /keys timed out. " +
           "Make sure to sign and upload denomination and signing keys " +
@@ -447,7 +447,7 @@ export async function checkExchangeHttpd(
       );
 
       if (keys.master_public_key !== pubConf.masterPublicKey) {
-        context.numErr;
+        context.numErr++;
         console.log(
           "error: master public key of exchange does not match public key of 
live exchange",
         );

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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