diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-08 00:00:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-08 00:01:07 +0200 |
commit | 7fd4f1d8463e324ab850b6c3c92c045b68906efc (patch) | |
tree | 94ceacf888eb0453a6267f4c6cc3ff49373bef60 | |
parent | 0a0c1675675498d2a384001c3d007fca2c6329cd (diff) | |
download | exchange-7fd4f1d8463e324ab850b6c3c92c045b68906efc.tar.gz exchange-7fd4f1d8463e324ab850b6c3c92c045b68906efc.zip |
-sepa is ancient, iban is correct
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index fd11de2eb..be9950b91 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c | |||
@@ -782,7 +782,7 @@ cb_wt_check (void *cls, | |||
782 | &merchant_pub_wt)); | 782 | &merchant_pub_wt)); |
783 | GNUNET_assert (0 == strcmp (json_string_value (json_object_get (wire, | 783 | GNUNET_assert (0 == strcmp (json_string_value (json_object_get (wire, |
784 | "payto_uri")), | 784 | "payto_uri")), |
785 | "payto://sepa/DE67830654080004822650")); | 785 | "payto://iban/DE67830654080004822650?receiver-name=test")); |
786 | GNUNET_assert (0 == GNUNET_memcmp (h_wire, | 786 | GNUNET_assert (0 == GNUNET_memcmp (h_wire, |
787 | &h_wire_wt)); | 787 | &h_wire_wt)); |
788 | GNUNET_assert (exec_time.abs_value_us == wire_out_date.abs_value_us); | 788 | GNUNET_assert (exec_time.abs_value_us == wire_out_date.abs_value_us); |
@@ -1570,7 +1570,7 @@ run (void *cls) | |||
1570 | deposit.coin.denom_sig.rsa_signature = NULL; | 1570 | deposit.coin.denom_sig.rsa_signature = NULL; |
1571 | wire = GNUNET_JSON_PACK ( | 1571 | wire = GNUNET_JSON_PACK ( |
1572 | GNUNET_JSON_pack_string ("payto_uri", | 1572 | GNUNET_JSON_pack_string ("payto_uri", |
1573 | "payto://sepa/DE67830654080004822650"), | 1573 | "payto://iban/DE67830654080004822650?receiver-name=Test"), |
1574 | GNUNET_JSON_pack_string ("salt", | 1574 | GNUNET_JSON_pack_string ("salt", |
1575 | "this-is-a-salt-value")); | 1575 | "this-is-a-salt-value")); |
1576 | ZR_BLK (&cbc); | 1576 | ZR_BLK (&cbc); |