This commit is contained in:
parent
8634d518c8
commit
0728a6c14a
1 changed files with 13 additions and 0 deletions
13
src/keys.ml
13
src/keys.ml
|
|
@ -43,6 +43,19 @@ let mk_keys ~db_conn ~sm_signkey ~sm_denom ~last_issue_date =
|
|||
in
|
||||
String_map.singleton wire_method wire_fees
|
||||
in
|
||||
let wads =
|
||||
(* TODO wads *)
|
||||
[]
|
||||
in
|
||||
let rewards_allowed = false in
|
||||
let kyc_enabled = false in
|
||||
let disable_direct_deposit = (* todo *) false in
|
||||
let master_public_key = Config.master_public_key in
|
||||
let reserve_closing_delay = Config.Exchangedb.idle_reserve_expiration_time in
|
||||
(* todo *)
|
||||
let wallet_balance_limit_without_kyc = None in
|
||||
let hard_limits = [] in
|
||||
let zero_limits = [] in
|
||||
(*
|
||||
{
|
||||
version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue