commit c6e0597f6d00f316b9219423c82883ef203d791a
parent 61c3ad39cd293055c1d9ca711933e05e71cc14b6
Author: ms <ms@taler.net>
Date: Sat, 23 Oct 2021 20:59:51 +0200
remove resolved FIXME
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -89,7 +89,6 @@ enum class KeyState {
RELEASED
}
-// FIXME: This should be DemobankConfigTable!
object DemobankConfigsTable : LongIdTable() {
val currency = text("currency")
val allowRegistrations = bool("allowRegistrations")