gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: syntax


From: gnunet
Subject: [taler-docs] branch master updated: syntax
Date: Tue, 01 Nov 2022 17:11:26 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 8ad1648  syntax
8ad1648 is described below

commit 8ad16486dcc7a55f474c0408511fa3c295437590
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 1 17:11:24 2022 +0100

    syntax
---
 taler-wallet.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 5dc47c5..2fa41d9 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -103,7 +103,7 @@ following envelope:
 
    export interface WalletSuccess {
      type: "response";
-     operation: string,
+     operation: string;
      // ID to correlate success response to request
      id: string;
      // Result type depends on operation
@@ -114,7 +114,7 @@ following envelope:
 
    export interface WalletError {
      type: "error";
-     operation: string,
+     operation: string;
      // ID to correlate error response to request
      id: string;
      error: WalletErrorInfo;

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