aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange_do_deposit.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-08 08:10:56 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-08 08:11:27 +0200
commit3137d8dc13742055e0857b249037fe0430bf9578 (patch)
treecad8c509322194f7b3f334095270aa629f2b8386 /src/exchangedb/exchange_do_deposit.sql
parent36b2cbb47e6cbb9b658abea34ea6cc37d90a1336 (diff)
downloadexchange-3137d8dc13742055e0857b249037fe0430bf9578.tar.xz
adding FIXME
Diffstat (limited to 'src/exchangedb/exchange_do_deposit.sql')
-rw-r--r--src/exchangedb/exchange_do_deposit.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/exchange_do_deposit.sql b/src/exchangedb/exchange_do_deposit.sql
index a2f5ba53a..53fcfb1bc 100644
--- a/src/exchangedb/exchange_do_deposit.sql
+++ b/src/exchangedb/exchange_do_deposit.sql
@@ -123,6 +123,7 @@ THEN
-- Deposit exists, but with differences. Not allowed.
out_balance_ok=FALSE;
out_conflict=TRUE;
+ -- FIXME: out_exchange_timestamp not set on this path?
RETURN;
END IF;