From 7bc359caa2b776e020469b463647af321a44ca6b Mon Sep 17 00:00:00 2001 From: swrup Date: Thu, 9 Oct 2025 17:31:33 +0200 Subject: [PATCH] --- src/binary_formats.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/binary_formats.ml b/src/binary_formats.ml index 9dd88d65..2eb61c6b 100644 --- a/src/binary_formats.ml +++ b/src/binary_formats.ml @@ -13,7 +13,10 @@ (from https://docs.taler.net/taler-developer-manual.html) *) (* TODO - - check that our struct are well "packed" + - check that our struct are well packed + - it looks like Bin only define packed structs + - we don't need to worry about struct having "P" suffix + remove them - test them - some purpose (`TALER_SIGNATURE_XXX`) are missing exchange and gana master branch are not in sync