gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: remove unused definition


From: gnunet
Subject: [libeufin] 01/02: remove unused definition
Date: Tue, 11 Jan 2022 13:32:08 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 036598c3f3ae999ed3be17f60e53ac436f845799
Author: ms <ms@taler.net>
AuthorDate: Sat Jan 8 20:24:38 2022 +0100

    remove unused definition
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 6e6e4523..e3212e27 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -357,10 +357,6 @@ data class BankAccountInfo(
     val bic: String,
 )
 
-data class BankAccountsListReponse(
-    val accounts: List<BankAccountInfo>
-)
-
 inline fun <reified T> Document.toObject(): T {
     val jc = JAXBContext.newInstance(T::class.java)
     val m = jc.createUnmarshaller()
@@ -1283,6 +1279,7 @@ val sandboxApp: Application.() -> Unit = {
                     })
                     return@get
                 }
+                // This endpoint is being called "GET /transaction" in the 
docs.
                 get("/accounts/{account_name}/history") {
                     val demobank = ensureDemobank(call)
                     val bankAccount = getBankAccountFromLabel(

-- 
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]