exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit cf358f9546c89d9a52c444d18def703547a9d223
parent e7317393967f8262c121ef451f976507032c2f17
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 23 Apr 2022 18:13:15 +0200

-uncrustify

Diffstat:
Msrc/include/taler_signatures.h | 2+-
Msrc/util/exchange_signatures.c | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h @@ -386,6 +386,6 @@ GNUNET_NETWORK_STRUCT_BEGIN -GNUNET_NETWORK_STRUCT_END + GNUNET_NETWORK_STRUCT_END #endif diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c @@ -85,6 +85,7 @@ TALER_exchange_deposit_sign ( &merchant_sig->eddsa_sig); } + enum GNUNET_GenericReturnValue TALER_exchange_deposit_verify ( const struct TALER_MerchantPublicKeyP *merchant,