From 783d07b4765aabee529f889b55f4fb5a27efaa44 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 31 Oct 2021 18:12:54 +0100 Subject: consistently distinguish blinded/unblinded denomination sigs --- src/include/taler_exchangedb_plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 17df75281..c278aa40b 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -239,7 +239,7 @@ struct TALER_EXCHANGEDB_TableData { struct TALER_BlindedCoinHash h_blind_ev; uint64_t denominations_serial; - struct TALER_DenominationSignature denom_sig; + struct TALER_BlindedDenominationSignature denom_sig; uint64_t reserve_uuid; struct TALER_ReserveSignatureP reserve_sig; struct GNUNET_TIME_Absolute execution_date; @@ -301,7 +301,7 @@ struct TALER_EXCHANGEDB_TableData void *coin_ev; size_t coin_ev_size; // h_coin_ev omitted, to be recomputed! - struct TALER_DenominationSignature ev_sig; + struct TALER_BlindedDenominationSignature ev_sig; } refresh_revealed_coins; struct @@ -1334,7 +1334,7 @@ struct TALER_EXCHANGEDB_LinkList /** * Signature over the blinded envelope. */ - struct TALER_DenominationSignature ev_sig; + struct TALER_BlindedDenominationSignature ev_sig; /** * Signature of the original coin being refreshed over the -- cgit v1.2.3