gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] 03/04: logic error


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 03/04: logic error
Date: Wed, 14 Aug 2019 18:50:07 +0200

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

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

commit 11acb0c4035e38f8ffe0d26b845bfa50e777f4b3
Author: Florian Dold <address@hidden>
AuthorDate: Wed Aug 14 18:34:33 2019 +0200

    logic error
---
 src/headless/taler-wallet-cli.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/headless/taler-wallet-cli.ts b/src/headless/taler-wallet-cli.ts
index ff0351d0..435210fc 100644
--- a/src/headless/taler-wallet-cli.ts
+++ b/src/headless/taler-wallet-cli.ts
@@ -342,7 +342,7 @@ async function main() {
 
   console.log("payment status after wallet payment:", paymentStatus2);
 
-  if (!paymentStatus.paid) {
+  if (!paymentStatus2.paid) {
     throw Error("payment did not succeed");
   }
 

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



reply via email to

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