.
This commit is contained in:
parent
5307eb2216
commit
085ee7cdc0
8 changed files with 65 additions and 35 deletions
|
|
@ -119,9 +119,10 @@ let lookup_denomination_key =
|
|||
|
||||
let add_denomination_key =
|
||||
let denomination_insert =
|
||||
let master_sig = Api_sig.DenominationKeyValidityPS.caqti in
|
||||
Caqti_type.(
|
||||
t12 denomination_hash rsa_public eddsa_signature time time time time
|
||||
amount amount amount amount (t2 amount age_mask)
|
||||
t12 denomination_hash rsa_public master_sig time time time time amount
|
||||
amount amount amount (t2 amount age_mask)
|
||||
->. unit)
|
||||
"INSERT INTO denominations (denom_pub_hash, denom_pub, master_sig, \
|
||||
valid_from, expire_withdraw, expire_deposit, expire_legal, coin, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue