commit f7f27478b3c642b2f66943ab82427ae0b4d55098 parent 01461521ac32e94db19a4b5dd7ca7aee0a13e1dd Author: MS <ms@taler.net> Date: Mon, 20 Nov 2023 10:09:22 +0100 comment Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt @@ -9,6 +9,8 @@ import java.sql.PreparedStatement import java.sql.SQLException import java.time.Instant +// Remove this once TalerAmount from the bank +// module gets moved to the 'util' module. data class TalerAmount( val value: Long, val fraction: Int, // has at most 8 digits.