util: reduce taler currency length to 4

This commit is contained in:
Sree Harsha Totakura 2015-03-06 17:58:02 +01:00
parent 19911c825b
commit 9879b8e8d3

View File

@ -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