gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update wallet-core API docs


From: gnunet
Subject: [taler-docs] branch master updated: update wallet-core API docs
Date: Tue, 04 Apr 2023 15:42:01 +0200

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 ec36a2c  update wallet-core API docs
ec36a2c is described below

commit ec36a2cfe8a5f83b21e5f36abb0a281a123dca22
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Apr 4 15:41:58 2023 +0200

    update wallet-core API docs
---
 wallet/wallet-core.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index 9124c09..4fba3c8 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -1980,11 +1980,11 @@ export type RunIntegrationTestOp = {
  * of the exchange and merchant.
  */
 export type RunIntegrationTestV2Op = {
-  op: WalletApiOperation.RunIntegrationTest;
+  op: WalletApiOperation.RunIntegrationTestV2;
   request: IntegrationTestArgs;
   response: EmptyObject;
 };
-// RunIntegrationTest = "runIntegrationTest"
+// RunIntegrationTestV2 = "runIntegrationTestV2"
 
 ```
 

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