This commit is contained in:
parent
e9b7142412
commit
123cdc9a06
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ let add_denomination_key =
|
|||
"INSERT INTO denominations (denom_pub_hash, denom_pub, master_sig, \
|
||||
valid_from, expire_withdraw, expire_deposit, expire_legal, coin, \
|
||||
fee_withdraw, fee_deposit, fee_refresh, fee_refund, age_mask) VALUES \
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)"
|
||||
($1, $2, $3, $4, $5, $6, $7, ($8,$9), ($10,$11),($12,$13), ($14,$15), \
|
||||
($16,$17), $18)"
|
||||
in
|
||||
fun (module Conn : CONN)
|
||||
Denomination.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue