aboutsummaryrefslogtreecommitdiff
path: root/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-17 13:59:58 +0100
committerMS <ms@taler.net>2022-12-17 13:59:58 +0100
commit51ce46aefe50265f625a0140adc602e012d6745c (patch)
tree10f7c0ad5b56da1c0ad8dd7acd399a10a0bb4a30 /sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
parent7f81b4913a45ce96b3f41626651fbf75dd662f26 (diff)
downloadlibeufin-51ce46aefe50265f625a0140adc602e012d6745c.tar.gz
libeufin-51ce46aefe50265f625a0140adc602e012d6745c.tar.bz2
libeufin-51ce46aefe50265f625a0140adc602e012d6745c.zip
Report policy.
Implement and test the feature such that pending transactions are reported only once along a C52 request.
Diffstat (limited to 'sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt')
-rw-r--r--sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
index 2175ab0d..852e4b39 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt
@@ -10,7 +10,7 @@ import org.slf4j.LoggerFactory
import tech.libeufin.util.*
import java.math.BigDecimal
-// Mainly useful inside the CAMT generator.
+// Mainly useful inside the Camt generator.
fun balanceForAccount(
history: MutableList<RawPayment>,
baseBalance: BigDecimal