This commit is contained in:
swrup 2026-02-03 15:56:05 +01:00
parent 4754517d8f
commit 70fe6ce314
8 changed files with 163 additions and 6 deletions

View file

@ -117,3 +117,5 @@ let bin_nbo =
|+ field beint32 (fun t -> t.fraction)
|+ field (bytes currency_len) (fun t -> pad_currency t.currency)
|> sealr
let dummy_value = "DUMMY:0.0" |> of_string |> Result.get_ok