-sepa is ancient, iban is correct

This commit is contained in:
Christian Grothoff 2021-08-08 00:00:56 +02:00
parent 0a0c167567
commit 7fd4f1d846
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -782,7 +782,7 @@ cb_wt_check (void *cls,
&merchant_pub_wt));
GNUNET_assert (0 == strcmp (json_string_value (json_object_get (wire,
"payto_uri")),
"payto://sepa/DE67830654080004822650"));
"payto://iban/DE67830654080004822650?receiver-name=test"));
GNUNET_assert (0 == GNUNET_memcmp (h_wire,
&h_wire_wt));
GNUNET_assert (exec_time.abs_value_us == wire_out_date.abs_value_us);
@ -1570,7 +1570,7 @@ run (void *cls)
deposit.coin.denom_sig.rsa_signature = NULL;
wire = GNUNET_JSON_PACK (
GNUNET_JSON_pack_string ("payto_uri",
"payto://sepa/DE67830654080004822650"),
"payto://iban/DE67830654080004822650?receiver-name=Test"),
GNUNET_JSON_pack_string ("salt",
"this-is-a-salt-value"));
ZR_BLK (&cbc);