commit 86fd5f24406d05fe473c0ffe6c22666fe1b3e343
parent 4365cd6401713b2e207d8c032c0558487e860154
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 28 Jul 2020 14:27:46 +0530
match spec
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,