summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/walletCoreApiHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walletCoreApiHandler.ts b/src/walletCoreApiHandler.ts
index 64039c0c1..3c1bf007b 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,