Minor fix auditordb.

This commit is contained in:
Marcello Stanisci 2019-01-28 16:50:15 +01:00
parent 64de8a0fe6
commit 0b0b22c8db
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -568,7 +568,7 @@ postgres_prepare (PGconn *db_conn)
",exchange_pub"
",master_sig" /* master_sig could be normalized... */
") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13);",
11),
13),
/* Used in #postgres_get_deposit_confirmations() */
GNUNET_PQ_make_prepare ("auditor_deposit_confirmation_select",
"SELECT"