gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: make creator of facade implicit


From: gnunet
Subject: [libeufin] branch master updated: make creator of facade implicit
Date: Sat, 16 Jan 2021 20:19:14 +0100

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 640a8b0  make creator of facade implicit
640a8b0 is described below

commit 640a8b06aaf261bc85ee0695970dd470e3407870
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jan 16 20:19:11 2021 +0100

    make creator of facade implicit
---
 cli/bin/libeufin-cli                                     | 1 -
 nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 058dd34..40ea4d4 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -585,7 +585,6 @@ def new_facade(obj, facade_name, connection_name, 
account_name, currency):
             json=dict(
                 name=facade_name,
                 type="taler-wire-gateway",
-                creator=obj.username,
                 config=dict(
                     currency=currency,
                     bankAccount=account_name,
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt
index c0e2a77..eb666d3 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt
@@ -329,7 +329,6 @@ data class FacadeShowInfo(
 data class FacadeInfo(
     val name: String,
     val type: String,
-    val creator: String,
     val bankAccountsRead: MutableList<String>? = mutableListOf(),
     val bankAccountsWrite: MutableList<String>? = mutableListOf(),
     val bankConnectionsRead: MutableList<String>? = mutableListOf(),

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