fix key index

This commit is contained in:
Christian Grothoff 2015-08-14 22:02:33 +02:00
parent d7ec46f9c7
commit e34d340cae

View File

@ -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,