add protocol_version
This commit is contained in:
parent
040c9d88ea
commit
7694701e19
4 changed files with 12 additions and 34 deletions
|
|
@ -43,7 +43,7 @@ let denomgroup_of_denomdata
|
|||
{ denoms; value; fee_withdraw; fee_deposit; fee_refresh; fee_refund }
|
||||
|
||||
let mk_keys ~db_conn (module Sm : Secmod.S) ~last_issue_date =
|
||||
let version = "0" in
|
||||
let version = Api.protocol_version in
|
||||
let base_url = Config.base_url in
|
||||
let currency = Config.currency in
|
||||
let shopping_url = Config.shopping_url in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue