gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: match API


From: gnunet
Subject: [libeufin] branch master updated: match API
Date: Sun, 19 Sep 2021 09:35:19 +0200

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 cc5bbd0  match API
cc5bbd0 is described below

commit cc5bbd0f5fe05a0feccc8608b52d6e425c42f014
Author: ms <ms@taler.net>
AuthorDate: Sun Sep 19 09:35:16 2021 +0200

    match API
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
index d2ec84a..37e1ee1 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
@@ -78,7 +78,8 @@ data class TalerWithdrawalStatus(
     val amount: String,
     val wire_types: List<String> = listOf("x-taler-bank"),
     val suggested_exchange: String? = null,
-    val sender_wire: String? = null
+    val sender_wire: String? = null,
+    val aborted: Boolean = false,
 )
 
 data class TalerWithdrawalConfirmation(

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