taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 8ad16486dcc7a55f474c0408511fa3c295437590
parent 14cd1c0f6f61ac1bea893e3229245f86da9629b3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  1 Nov 2022 17:11:24 +0100

syntax

Diffstat:
Mtaler-wallet.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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;