summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-23 08:25:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-23 08:25:56 +0200
commit8590e6b309df2736835673eb427673c099fc3f08 (patch)
treea6ddce78a9a2cd3ea88d2084f9af1cef2369eb42
parent01e06eb715938b914c54123c21c7c7678e08ee02 (diff)
downloadexchange-8590e6b309df2736835673eb427673c099fc3f08.tar.gz
exchange-8590e6b309df2736835673eb427673c099fc3f08.tar.bz2
exchange-8590e6b309df2736835673eb427673c099fc3f08.zip
-check DE IBAN
-rw-r--r--src/util/test_payto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_payto.c b/src/util/test_payto.c
index 5de0bf355..4dc73a964 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",