gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fiat currency in /config response


From: gnunet
Subject: [libeufin] branch master updated: fiat currency in /config response
Date: Fri, 17 Feb 2023 18:13:52 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 26714b0d fiat currency in /config response
26714b0d is described below

commit 26714b0d96b946c1a7a25461e6c3a3e2fb65407e
Author: MS <ms@taler.net>
AuthorDate: Fri Feb 17 18:13:26 2023 +0100

    fiat currency in /config response
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
index d547b428..4fc1ac48 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
@@ -38,7 +38,8 @@ data class CircuitCashoutRequest(
 data class ConfigResp(
     val name: String = "circuit",
     val version: String = SANDBOX_VERSION,
-    val ratios_and_fees: RatioAndFees
+    val ratios_and_fees: RatioAndFees,
+    val fiat_currency: String = "CHF" // FIXME: make configurable.
 )
 
 // After fixing #7527, the values held by this

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