diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-06 17:58:02 +0100 |
---|---|---|
committer | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-06 17:58:02 +0100 |
commit | 9879b8e8d3900427b3ec6dc6b5a19dbd4a15761c (patch) | |
tree | 885c2b997348bef10b8feb9e2cc5633cd0851dc5 | |
parent | 19911c825b2ed766210494dd7e65ebbe399ae1fb (diff) |
util: reduce taler currency length to 4
-rw-r--r-- | src/include/taler_amount_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |