summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-03 01:10:23 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-03 01:10:23 +0100
commitd9f16db0efca71d47455ee2efab7eabf4003a0a0 (patch)
tree83662bce8342dd5778ad53595d2e47a7896788ae /src/exchangedb/plugin_exchangedb_postgres.c
parent41b5dde70945b6cb468e412caf6ab7ecd7f56651 (diff)
downloadexchange-d9f16db0efca71d47455ee2efab7eabf4003a0a0.tar.gz
exchange-d9f16db0efca71d47455ee2efab7eabf4003a0a0.tar.bz2
exchange-d9f16db0efca71d47455ee2efab7eabf4003a0a0.zip
add testcase for 'select_refunds_by_coin'
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 9c91259ba..7e1ef54eb 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -3082,7 +3082,7 @@ get_refunds_cb (void *cls,
&merchant_pub),
GNUNET_PQ_result_spec_auto_from_type ("merchant_sig",
&merchant_sig),
- GNUNET_PQ_result_spec_auto_from_type ("h_contract",
+ GNUNET_PQ_result_spec_auto_from_type ("h_contract_terms",
&h_contract),
GNUNET_PQ_result_spec_uint64 ("rtransaction_id",
&rtransaction_id),