From 9879b8e8d3900427b3ec6dc6b5a19dbd4a15761c Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 6 Mar 2015 17:58:02 +0100 Subject: util: reduce taler currency length to 4 --- src/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 index 1f31e1498..8bea0256c 100644 --- 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 -- cgit v1.2.3