diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-07 12:33:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-07 12:33:35 +0100 |
commit | fb9ba5b1d2970e24643d179338b34c8915d2072d (patch) | |
tree | de1ad14127b9e213fcbf88c62097783583a1acb5 /src/json | |
parent | 0d03f55282f5954050a66a38209a3a9aed33f884 (diff) |
-rename fest
Diffstat (limited to 'src/json')
-rw-r--r-- | src/json/json_wire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_wire.c b/src/json/json_wire.c index 8f7fd6bb6..139f41db1 100644 --- a/src/json/json_wire.c +++ b/src/json/json_wire.c @@ -29,7 +29,7 @@ TALER_JSON_merchant_wire_signature_hash (const json_t *wire_s, struct TALER_MerchantWireHash *hc) { const char *payto_uri; - struct TALER_WireSalt salt; + struct TALER_WireSaltP salt; struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_string ("payto_uri", &payto_uri), |