From 4de41d76381fde5cf7f015ca53e707f2e34ced9e Mon Sep 17 00:00:00 2001 From: swrup Date: Wed, 8 Oct 2025 22:19:42 +0200 Subject: [PATCH] --- src/binary_formats.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/binary_formats.ml b/src/binary_formats.ml index ecdc6c32..8b1a7f7d 100644 --- a/src/binary_formats.ml +++ b/src/binary_formats.ml @@ -2,8 +2,9 @@ - numeric values are in network byte order (big endian) *) (* TODO: ? - some struct have a 'P' suffix, but are not defined in doc - we assume they are = to the un-suffixed ones *) + - some struct have a 'P' suffix, but are not defined in doc + we assume they are = to the un-suffixed ones + - some purpose (`TALER_SIGNATURE_XXX`) are missing or outdated(?) *) open Include