This commit is contained in:
parent
8ad9ae95bb
commit
bdf7c7be43
2 changed files with 1 additions and 5 deletions
|
|
@ -1229,10 +1229,6 @@ module ExchangeKeysResponse = struct
|
||||||
hard_limits: AccountLimit.t list;
|
hard_limits: AccountLimit.t list;
|
||||||
zero_limits: ZeroLimitedOperation.t list;
|
zero_limits: ZeroLimitedOperation.t list;
|
||||||
denominations: DenomGroup.t list;
|
denominations: DenomGroup.t list;
|
||||||
(* Compact EdDSA signature (binary-only) over the
|
|
||||||
contatentation of all of the master_sigs (in reverse
|
|
||||||
chronological order by group) in the arrays under
|
|
||||||
"denominations" *)
|
|
||||||
exchange_sig: ExchangeKeySet.t;
|
exchange_sig: ExchangeKeySet.t;
|
||||||
exchange_pub: EddsaPublicKey.t;
|
exchange_pub: EddsaPublicKey.t;
|
||||||
recoup: RecoupDenoms.t list;
|
recoup: RecoupDenoms.t list;
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ let mk_keys ~db_conn (module Keys : Keys.S) ~last_issue_date =
|
||||||
in
|
in
|
||||||
let list_issue_date =
|
let list_issue_date =
|
||||||
match denom_l with
|
match denom_l with
|
||||||
| [] -> Timestamp.never
|
| [] -> Timestamp.zero
|
||||||
| dn :: _ -> dn.Denomination.stamp_start
|
| dn :: _ -> dn.Denomination.stamp_start
|
||||||
in
|
in
|
||||||
let denom_l =
|
let denom_l =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue