util: reduce taler currency length to 4
This commit is contained in:
parent
19911c825b
commit
9879b8e8d3
@ -27,7 +27,7 @@
|
|||||||
* represent currency names (i.e. EUR, USD, etc.). We use
|
* represent currency names (i.e. EUR, USD, etc.). We use
|
||||||
* 8 for alignment (!).
|
* 8 for alignment (!).
|
||||||
*/
|
*/
|
||||||
#define TALER_CURRENCY_LEN 8
|
#define TALER_CURRENCY_LEN 4
|
||||||
|
|
||||||
|
|
||||||
GNUNET_NETWORK_STRUCT_BEGIN
|
GNUNET_NETWORK_STRUCT_BEGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user