aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/procedures.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-18 18:59:53 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-18 18:59:53 +0200
commit12cff1b4439ab5dcc26fcf79e19518ae1bdce069 (patch)
treeb2ba500293a986475a66cde99a8bdb28e84368aa /src/exchangedb/procedures.sql.in
parent612828b7ef2299769a5b525a0fbf031858edc4f4 (diff)
downloadexchange-12cff1b4439ab5dcc26fcf79e19518ae1bdce069.tar.xz
remove coin and reserve histories from exchange replies
Diffstat (limited to 'src/exchangedb/procedures.sql.in')
-rw-r--r--src/exchangedb/procedures.sql.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/procedures.sql.in b/src/exchangedb/procedures.sql.in
index b963900c9..998c2c160 100644
--- a/src/exchangedb/procedures.sql.in
+++ b/src/exchangedb/procedures.sql.in
@@ -37,7 +37,6 @@ SET search_path TO exchange;
#include "exchange_do_purse_merge.sql"
#include "exchange_do_reserve_purse.sql"
#include "exchange_do_expire_purse.sql"
-#include "exchange_do_history_request.sql"
#include "exchange_do_reserve_open_deposit.sql"
#include "exchange_do_reserve_open.sql"
#include "exchange_do_insert_or_update_policy_details.sql"