This commit is contained in:
parent
24b9adc300
commit
82cc4abd0f
2 changed files with 4 additions and 0 deletions
|
|
@ -16,3 +16,6 @@ type t = {
|
||||||
master_sig: Signatures.DenominationKeyValidity.t option;
|
master_sig: Signatures.DenominationKeyValidity.t option;
|
||||||
revoked_sig: Signatures.MasterDenominationKeyRevocation.t option;
|
revoked_sig: Signatures.MasterDenominationKeyRevocation.t option;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let section_name_ht: (denomination_hash, string) Hashtbl.t
|
||||||
|
= Hashtbl.create 0xff
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@ let denom_data =
|
||||||
->
|
->
|
||||||
Ok
|
Ok
|
||||||
{
|
{
|
||||||
|
section_name;
|
||||||
pub;
|
pub;
|
||||||
value;
|
value;
|
||||||
stamp_start;
|
stamp_start;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue