more module renaming
This commit is contained in:
parent
e4b9fb473a
commit
4490485fc2
5 changed files with 30 additions and 30 deletions
|
|
@ -18,9 +18,9 @@ let () =
|
|||
check_bad Timestamp.jsont {|{"t_s": "123456780"}|};
|
||||
check_bad Timestamp.jsont {|{"t_s": "agagou"}|};
|
||||
|
||||
check Denomination_key.jsont
|
||||
check DenominationKey.jsont
|
||||
{|{"cipher": "RSA", "age_mask": 18, "rsa_pub": "agagouh"}|};
|
||||
check Denomination_key.jsont
|
||||
check DenominationKey.jsont
|
||||
{|{"cipher": "CS", "age_mask": 18, "cs_pub": "ouhagag"}|};
|
||||
()
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue