exchange

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

commit 9879b8e8d3900427b3ec6dc6b5a19dbd4a15761c
parent 19911c825b2ed766210494dd7e65ebbe399ae1fb
Author: Sree Harsha Totakura <sreeharsha@totakura.in>
Date:   Fri,  6 Mar 2015 17:58:02 +0100

util: reduce taler currency length to 4

Diffstat:
Msrc/include/taler_amount_lib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h @@ -27,7 +27,7 @@ * represent currency names (i.e. EUR, USD, etc.). We use * 8 for alignment (!). */ -#define TALER_CURRENCY_LEN 8 +#define TALER_CURRENCY_LEN 4 GNUNET_NETWORK_STRUCT_BEGIN