diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-16 00:42:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-16 00:42:42 +0200 |
commit | 90e756ddea52715366fb5d9f7e3b4cced6be62e1 (patch) | |
tree | 3e1b69c63d5a4b3ec80a2ae301051c29d24a30b8 /src/json/test_json_wire.c | |
parent | 6ef6de6c5c13a8614d334e9e49233326b18c8025 (diff) |
rename TALER_JSON_hash to TALER_JSON_contract_hash
Diffstat (limited to 'src/json/test_json_wire.c')
-rw-r--r-- | src/json/test_json_wire.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/json/test_json_wire.c b/src/json/test_json_wire.c index 75208c40a..f9264c61c 100644 --- a/src/json/test_json_wire.c +++ b/src/json/test_json_wire.c @@ -33,7 +33,8 @@ main (int argc, json_t *wire_xtalerbank; json_t *wire_iban; const char *payto_xtalerbank = "payto://x-taler-bank/42"; - const char *payto_iban = "payto://iban/BIC-TO-BE-SKIPPED/DE89370400440532013000"; + const char *payto_iban = + "payto://iban/BIC-TO-BE-SKIPPED/DE89370400440532013000"; char *p_xtalerbank; char *p_iban; |