From 2a852aaeba8e58a41dce1e9fe8bf171a1dfd7271 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 Oct 2022 19:12:37 +0200 Subject: -modify DB logic to return open/close requests in reserve history --- src/exchangedb/pg_get_coin_transactions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/pg_get_coin_transactions.c') diff --git a/src/exchangedb/pg_get_coin_transactions.c b/src/exchangedb/pg_get_coin_transactions.c index b6b892e5..27bd513f 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" -- cgit v1.2.3