This commit is contained in:
parent
f56ef6b544
commit
4c8fe8bacf
1 changed files with 12 additions and 1 deletions
|
|
@ -48,9 +48,20 @@ let make_denom_group_sorted denominations =
|
|||
fee_refresh;
|
||||
fee_refund;
|
||||
age_mask= _;
|
||||
h_pub= _;
|
||||
h_pub;
|
||||
master_sig;
|
||||
} ->
|
||||
(*
|
||||
Fmt.epr "master_sig: %s@."
|
||||
(B32.encode @@ Signatures.DenominationKeyValidity.to_octets master_sig);
|
||||
Fmt.epr "h_pub: %s@."
|
||||
(B32.encode @@ Hash.DenominationHash.to_octets h_pub);
|
||||
Fmt.epr "h_pub': %s@."
|
||||
(B32.encode
|
||||
@@ Hash.DenominationHash.to_octets
|
||||
@@ Hash.DenominationHash.hash
|
||||
@@ RsaPublicKey.to_octets pub);
|
||||
*)
|
||||
let k = (value, fee_withdraw, fee_deposit, fee_refresh, fee_refund) in
|
||||
let v =
|
||||
Api.RsaDenom.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue