fix key index
This commit is contained in:
parent
d7ec46f9c7
commit
e34d340cae
@ -2316,7 +2316,7 @@ postgres_insert_refresh_order (void *cls,
|
|||||||
struct TALER_PQ_QueryParam params[] = {
|
struct TALER_PQ_QueryParam params[] = {
|
||||||
TALER_PQ_query_param_uint16 (&newcoin_off),
|
TALER_PQ_query_param_uint16 (&newcoin_off),
|
||||||
TALER_PQ_query_param_auto_from_type (session_hash),
|
TALER_PQ_query_param_auto_from_type (session_hash),
|
||||||
TALER_PQ_query_param_rsa_public_key (denom_pubs->rsa_public_key),
|
TALER_PQ_query_param_rsa_public_key (denom_pubs[i].rsa_public_key),
|
||||||
TALER_PQ_query_param_end
|
TALER_PQ_query_param_end
|
||||||
};
|
};
|
||||||
result = TALER_PQ_exec_prepared (session->conn,
|
result = TALER_PQ_exec_prepared (session->conn,
|
||||||
|
Loading…
Reference in New Issue
Block a user