diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-17 14:09:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-17 14:09:58 +0100 |
commit | 06c23275587272873b49801648c7fb52331fbdf9 (patch) | |
tree | cdeb7a0a7c5fafbdb58099620c93b00b8a44b01b /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 2d7d658e8b488bb155d977507bee31a1f95b912d (diff) |
verify deposit signature during audit
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 26d6b87ad..b00bc7bc1 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, |