gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: -typo


From: gnunet
Subject: [libeufin] branch master updated: -typo
Date: Mon, 12 Feb 2024 09:55:30 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new ec7178e4 -typo
ec7178e4 is described below

commit ec7178e4831f1638f2cb238c87a39ba7f3585591
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 12 09:55:25 2024 +0100

    -typo
---
 bank/src/main/kotlin/tech/libeufin/bank/Main.kt | 2 +-
 contrib/wallet-core                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt 
b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
index 65efa43b..a2169e3d 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
@@ -66,7 +66,7 @@ var engine: ApplicationEngine? = null
  */
 val bodyPlugin = createApplicationPlugin("BodyLimitAndDecompression") {
     onCallReceive { call ->
-        // TODO check content lenght as an optimisation
+        // TODO check content length as an optimisation
         transformBody { body ->
             val bytes = ByteArray(MAX_BODY_LENGTH.toInt() + 1)
             var read = 0;
diff --git a/contrib/wallet-core b/contrib/wallet-core
index d6ea0db9..a675c940 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit d6ea0db963a73fa67eac98122ba2600ec7314fb6
+Subproject commit a675c94085cfa90052c9ebacd2cebccfab2c4f18

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]