[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: Fix withdrawal abort.
From: |
gnunet |
Subject: |
[libeufin] branch master updated: Fix withdrawal abort. |
Date: |
Mon, 25 Sep 2023 16:02:47 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 9c86e8f5 Fix withdrawal abort.
9c86e8f5 is described below
commit 9c86e8f57969e6f1f57ff6417ffd0ec110fd2246
Author: MS <ms@taler.net>
AuthorDate: Mon Sep 25 16:02:05 2023 +0200
Fix withdrawal abort.
---
bank/src/main/kotlin/tech/libeufin/bank/Database.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Database.kt
b/bank/src/main/kotlin/tech/libeufin/bank/Database.kt
index 8b1999db..960b8d59 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/Database.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/Database.kt
@@ -762,7 +762,7 @@ class Database(private val dbConfig: String, private val
bankCurrency: String) {
val stmt = prepare("""
UPDATE taler_withdrawal_operations
SET aborted = true
- WHERE withdrawal_uuid=? AND selection_done = false
+ WHERE withdrawal_uuid=? AND confirmation_done = false
RETURNING taler_withdrawal_id
"""
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: Fix withdrawal abort.,
gnunet <=