gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: match spec


From: gnunet
Subject: [taler-wallet-core] branch master updated: match spec
Date: Tue, 28 Jul 2020 10:57:55 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 86fd5f24 match spec
86fd5f24 is described below

commit 86fd5f24406d05fe473c0ffe6c22666fe1b3e343
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 28 14:27:46 2020 +0530

    match spec
---
 src/walletCoreApiHandler.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/walletCoreApiHandler.ts b/src/walletCoreApiHandler.ts
index 64039c0c..3c1bf007 100644
--- a/src/walletCoreApiHandler.ts
+++ b/src/walletCoreApiHandler.ts
@@ -199,7 +199,7 @@ async function dispatchRequestInternal(
     case "getPendingOperations": {
       return await wallet.getPendingOperations();
     }
-    case "acceptExchangeTermsOfService": {
+    case "setExchangeTosAccepted": {
       const req = codecForAcceptExchangeTosRequest().decode(payload);
       return await wallet.acceptExchangeTermsOfService(
         req.exchangeBaseUrl,

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