gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -check DE IBAN


From: gnunet
Subject: [taler-exchange] branch master updated: -check DE IBAN
Date: Mon, 23 Aug 2021 08:25:59 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8590e6b3 -check DE IBAN
8590e6b3 is described below

commit 8590e6b309df2736835673eb427673c099fc3f08
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 23 08:25:56 2021 +0200

    -check DE IBAN
---
 src/util/test_payto.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/util/test_payto.c b/src/util/test_payto.c
index 5de0bf35..4dc73a96 100644
--- a/src/util/test_payto.c
+++ b/src/util/test_payto.c
@@ -48,6 +48,8 @@ main (int argc,
                     NULL);
   GNUNET_assert (NULL ==
                  TALER_iban_validate ("FR1420041010050500013M02606"));
+  GNUNET_assert (NULL ==
+                 TALER_iban_validate ("DE89370400440532013000"));
   r = TALER_xtalerbank_account_from_payto (
     "payto://x-taler-bank/localhost:1080/alice");
   CHECK ("alice",

-- 
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]