gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: make types nicer


From: gnunet
Subject: [taler-docs] branch master updated: make types nicer
Date: Wed, 18 Mar 2020 12:17:15 +0100

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0194867  make types nicer
0194867 is described below

commit 019486789b0b7d7c043619129b0c8cfaef54007f
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 18 16:47:10 2020 +0530

    make types nicer
---
 core/api-exchange.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 06130e5..0b039d3 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1110,16 +1110,18 @@ in using this API.
 
   .. ts:def:: RecoupWithdrawalConfirmation
 
-    // type of response provided if refreshed was false.
     interface RecoupWithdrawalConfirmation {
+      // Tag to distinguish the RecoupConfirmation response type
+      refreshed: false;
       // public key of the reserve that will receive the recoup,
       reserve_pub: EddsaPublicKey;
     }
 
   .. ts:def:: RecoupRefreshConfirmation
 
-    // type of response provided if refreshed was true.
     interface RecoupRefreshConfirmation {
+      // Tag to distinguish the RecoupConfirmation response type
+      refreshed: true;
       // public key of the old coin that will receive the recoup
       old_coin_pub: EddsaPublicKey;
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]