handle global_fees; add do_management.sh

This commit is contained in:
swrup 2026-02-03 14:04:05 +01:00
parent 67bd144bb0
commit ac4058df7e
11 changed files with 226 additions and 40 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