diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-21 08:44:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-21 08:44:45 +0100 |
commit | 8f071e2200f0421caf1969c71a16ed62b3356fb5 (patch) | |
tree | ef5fd95ffe12361c1100472e6e523ae063a51ff6 /src/include/taler_crypto_lib.h | |
parent | 6d80541f70d071e6d4d98d2d30aa04d959431cda (diff) |
adding aggregation_tracking table to postgres plugin
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 36ca6a023..6056270fa 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -435,6 +435,11 @@ struct TALER_RefreshLinkDecrypted #define TALER_WIRE_TRANSFER_IDENTIFIER_LEN 32 /** + * #TALER_WIRE_TRANSFER_IDENTIFIER_LEN as a string. + */ +#define TALER_WIRE_TRANSFER_IDENTIFIER_LEN_STR "32" + +/** * Raw value of a wire transfer subjects, without the checksum. */ struct TALER_WireTransferIdentifierRawP |