diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-10-31 17:56:56 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-10-31 17:56:56 +0100 | 
| commit | 3eae999efc0cb923aebd2bf7214c5f4093217d4f (patch) | |
| tree | 9581fa718e127a79779ee1a095d4e017549f2b5e /src/include/taler_exchange_service.h | |
| parent | de8e0907aadecf4f97c0eb8230217751f3fd44a1 (diff) | |
distinguish between blind and non-blind denomination signatures
Diffstat (limited to 'src/include/taler_exchange_service.h')
| -rw-r--r-- | src/include/taler_exchange_service.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 6daa120d..361956cb 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1387,7 +1387,7 @@ typedef void  (*TALER_EXCHANGE_Withdraw2Callback) (    void *cls,    const struct TALER_EXCHANGE_HttpResponse *hr, -  const struct GNUNET_CRYPTO_RsaSignature *blind_sig); +  const struct TALER_BlindedDenominationSignature *blind_sig);  /** | 
