This commit is contained in:
swrup 2025-10-07 15:16:29 +02:00
parent a424b2eed1
commit c5f24165cd
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ let () =
()
let () =
let open Binary_formats.WithdrawConfirmationPs in
let open Binary_formats.WithdrawConfirmationPS in
let str64 = String.make 64 '0' in
let dummy_t = { h_planchets= { v= { v= str64 } }; noreveal_index= 0_l } in
let size' = Bin.size_of_value bin dummy_t |> Option.get in