From 06c23275587272873b49801648c7fb52331fbdf9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Mar 2017 14:09:58 +0100 Subject: verify deposit signature during audit --- src/exchangedb/plugin_exchangedb_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 26d6b87a..b00bc7bc 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -4762,6 +4762,7 @@ postgres_select_deposits_above_serial_id (void *cls, } cb (cb_cls, rowid, + deposit.timestamp, &deposit.merchant_pub, &deposit.coin.coin_pub, &deposit.csig, -- cgit v1.2.3