summaryrefslogtreecommitdiff
path: root/sandbox/src/main/kotlin/tech/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-07-21 15:05:11 +0200
committerMS <ms@taler.net>2023-07-21 15:05:11 +0200
commite3cda62aac3375ba0867ff2b454f4f3e2b9b8529 (patch)
tree7d5fb793127062fd4064e604495b7079a1841296 /sandbox/src/main/kotlin/tech/libeufin
parent006c1ef8f257ca3c304078ba6688dcdfe66f2821 (diff)
downloadlibeufin-e3cda62aac3375ba0867ff2b454f4f3e2b9b8529.tar.gz
libeufin-e3cda62aac3375ba0867ff2b454f4f3e2b9b8529.tar.bz2
libeufin-e3cda62aac3375ba0867ff2b454f4f3e2b9b8529.zip
notes
Diffstat (limited to 'sandbox/src/main/kotlin/tech/libeufin')
-rw-r--r--sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt5
1 files changed, 1 insertions, 4 deletions
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
index 87db263e..934dbc4f 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -529,10 +529,7 @@ object BankAccountsTable : IntIdTable() {
/**
* Tracks the last fiat payment that was read from Nexus. This tracker
* gets updated ONLY IF the exchange gets successfully paid with the related
- * amount in the regional currency. NOTE: in case of disputes, the customer
- * will provide the date of a problematic withdrawal, and the regional currency
- * administrator should check into the "admin" (regional) outgoing history by
- * using such date as filter.
+ * amount in the regional currency.
*/
val lastFiatFetch = text("lastFiatFetch").default("0")
}