diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-27 13:42:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-27 13:42:54 +0200 |
commit | 77142acbe800d6f8fe0d8f65374403353ede5d30 (patch) | |
tree | 82b827d26040a2ba2f38a1cf356946479d38428a /src/exchange-tools/taler-auditor-offline.c | |
parent | b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (diff) |
fix lib/ FTBFS
Diffstat (limited to 'src/exchange-tools/taler-auditor-offline.c')
-rw-r--r-- | src/exchange-tools/taler-auditor-offline.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c index 8f44aa56a..74e17efc9 100644 --- a/src/exchange-tools/taler-auditor-offline.c +++ b/src/exchange-tools/taler-auditor-offline.c @@ -760,8 +760,8 @@ show_denomkeys (const json_t *denomkeys) struct TALER_Amount fee_refund; struct TALER_MasterSignatureP master_sig; struct GNUNET_JSON_Specification spec[] = { - TALER_JSON_spec_denomination_public_key ("denom_pub", - &denom_pub), + TALER_JSON_spec_denom_pub ("denom_pub", + &denom_pub), TALER_JSON_spec_amount ("value", currency, &coin_value), @@ -1060,8 +1060,8 @@ sign_denomkeys (const json_t *denomkeys) struct TALER_Amount fee_refund; struct TALER_MasterSignatureP master_sig; struct GNUNET_JSON_Specification spec[] = { - TALER_JSON_spec_denomination_public_key ("denom_pub", - &denom_pub), + TALER_JSON_spec_denom_pub ("denom_pub", + &denom_pub), TALER_JSON_spec_amount ("value", currency, &coin_value), |