libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 3948043cf2d1fd2d1c4266528b39c460c65b3996
parent f1add8dc6e27285d8489aa8684d0710c575498ff
Author: MS <ms@taler.net>
Date:   Thu, 25 May 2023 11:58:15 +0200

typo

Diffstat:
Mnexus/src/test/kotlin/SubjectNormalization.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/test/kotlin/SubjectNormalization.kt b/nexus/src/test/kotlin/SubjectNormalization.kt @@ -29,7 +29,7 @@ class SubjectNormalization { val extractedPub = extractReservePubFromSubject(validPub) // has 0s. assert(CryptoUtil.checkValidEddsaPublicKey(extractedPub!!)) val extractedPubWithOs = extractReservePubFromSubject(validPub.replace('0', 'O')) - // The "!!" ensures that the extractor did find the reserve pub. with Os instead of zoers. + // The "!!" ensures that the extractor did find the reserve pub. with Os instead of zeros. assert(CryptoUtil.checkValidEddsaPublicKey(extractedPubWithOs!!)) } } \ No newline at end of file