summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_coin_transactions.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-15 19:12:37 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-15 19:12:37 +0200
commit2a852aaeba8e58a41dce1e9fe8bf171a1dfd7271 (patch)
tree45e78124700b7cb48538cdd8a88efc342c60c61e /src/exchangedb/pg_get_coin_transactions.c
parent38876c503ff53f7adf44bc82be4fec3ae9b02d01 (diff)
downloadexchange-2a852aaeba8e58a41dce1e9fe8bf171a1dfd7271.tar.gz
exchange-2a852aaeba8e58a41dce1e9fe8bf171a1dfd7271.tar.bz2
exchange-2a852aaeba8e58a41dce1e9fe8bf171a1dfd7271.zip
-modify DB logic to return open/close requests in reserve history
Diffstat (limited to 'src/exchangedb/pg_get_coin_transactions.c')
-rw-r--r--src/exchangedb/pg_get_coin_transactions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_get_coin_transactions.c b/src/exchangedb/pg_get_coin_transactions.c
index b6b892e56..27bd513fd 100644
--- a/src/exchangedb/pg_get_coin_transactions.c
+++ b/src/exchangedb/pg_get_coin_transactions.c
@@ -809,7 +809,7 @@ TEH_PG_get_coin_transactions (
" USING (denominations_serial)"
" WHERE ref.coin_pub=$1;");
PREPARE (pg,
- "get_purse_refund_by_coin",
+ "get_purse_refund_by_coin_pub",
"SELECT"
" pr.purse_pub"
",pd.amount_with_fee_val"