diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-02-21 00:23:23 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-02-21 00:23:23 +0100 |
| commit | 544ba42f445cbff2f544d7e1c83aaffcfa75af3a (patch) | |
| tree | f942bcc479657e794b01c94c796013aa58098781 /src/exchange-tools/taler-auditor-offline.c | |
| parent | 19624fd776f28812354f7e2b50b26e984ff077ab (diff) | |
-big renaming of structs for consistent naming with P suffix
Diffstat (limited to 'src/exchange-tools/taler-auditor-offline.c')
| -rw-r--r-- | src/exchange-tools/taler-auditor-offline.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c index 6e37fd9b..53135d9f 100644 --- a/src/exchange-tools/taler-auditor-offline.c +++ b/src/exchange-tools/taler-auditor-offline.c @@ -430,7 +430,7 @@ upload_denomination_add (const char *exchange_url, const json_t *value) { struct TALER_AuditorSignatureP auditor_sig; - struct TALER_DenominationHash h_denom_pub; + struct TALER_DenominationHashP h_denom_pub; struct DenominationAddRequest *dar; const char *err_name; unsigned int err_line; @@ -781,7 +781,7 @@ show_denomkeys (const json_t *denomkeys) GNUNET_JSON_spec_end () }; struct GNUNET_TIME_Relative duration; - struct TALER_DenominationHash h_denom_pub; + struct TALER_DenominationHashP h_denom_pub; if (GNUNET_OK != GNUNET_JSON_parse (value, @@ -1066,7 +1066,7 @@ sign_denomkeys (const json_t *denomkeys) &master_sig), GNUNET_JSON_spec_end () }; - struct TALER_DenominationHash h_denom_pub; + struct TALER_DenominationHashP h_denom_pub; if (GNUNET_OK != GNUNET_JSON_parse (value, |
