summaryrefslogtreecommitdiff
path: root/nexus/src/main
diff options
context:
space:
mode:
authorAntoine A <>2024-04-23 16:46:58 +0900
committerAntoine A <>2024-04-23 16:46:58 +0900
commitaf63e4b282afe28b222b00c6b44292d8b65bf528 (patch)
tree022cb7d93573d1814b0181c406cdefa540f52912 /nexus/src/main
parent0c7b0d7ce73c43eff03302f6c986689c8091fb1f (diff)
downloadlibeufin-af63e4b282afe28b222b00c6b44292d8b65bf528.tar.gz
libeufin-af63e4b282afe28b222b00c6b44292d8b65bf528.tar.bz2
libeufin-af63e4b282afe28b222b00c6b44292d8b65bf528.zip
Fix CI
Diffstat (limited to 'nexus/src/main')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt5
1 files changed, 2 insertions, 3 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
index c907b9aa..f2e466f5 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Iso20022.kt
@@ -329,9 +329,8 @@ fun parseTx(
In ISO 20022 specifications, most fields are optional and the same information
can be written several times in different places. For libeufin, we're only
interested in a subset of the available values that can be found in both camt.053
- and camt.054. As there are many similarities between these files, we use the same
- function to share code. This function should not fail on legitimate files and should
- simply warn when available informations are insufficient.
+ and camt.054. This function should not fail on legitimate files and should simply
+ warn when available information are insufficient.
*/
/** Assert that transaction status is BOOK */