[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: bank -> sandbox
From: |
gnunet |
Subject: |
[libeufin] branch master updated: bank -> sandbox |
Date: |
Thu, 07 Sep 2023 15:52:48 +0200 |
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 9b44ad96 bank -> sandbox
9b44ad96 is described below
commit 9b44ad96e9073ad9e43ef03d803bedbc01b34a41
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 15:52:28 2023 +0200
bank -> sandbox
---
bank/src/main/kotlin/tech/libeufin/bank/CircuitApi.kt | 2 +-
bank/src/main/kotlin/tech/libeufin/bank/Main.kt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/CircuitApi.kt
b/bank/src/main/kotlin/tech/libeufin/bank/CircuitApi.kt
index 236ab35c..93fcdb6a 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/CircuitApi.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/CircuitApi.kt
@@ -8,7 +8,7 @@ import io.ktor.server.response.*
import io.ktor.server.routing.*
import org.jetbrains.exposed.sql.*
import org.jetbrains.exposed.sql.transactions.transaction
-import tech.libeufin.sandbox.CashoutOperationsTable.uuid
+import tech.libeufin.bank.CashoutOperationsTable.uuid
import tech.libeufin.util.*
import java.io.File
import java.io.InputStreamReader
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
index 47e35a33..ab3c15e6 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
@@ -572,7 +572,7 @@ private suspend fun abortWithdrawal(call: ApplicationCall) {
val sandboxApp: Application.() -> Unit = {
install(CallLogging) {
this.level = Level.DEBUG
- this.logger = tech.libeufin.sandbox.logger
+ this.logger = tech.libeufin.bank.logger
this.format { call ->
"${call.response.status()}, ${call.request.httpMethod.value}
${call.request.path()}"
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: bank -> sandbox,
gnunet <=