match spec
This commit is contained in:
parent
4365cd6401
commit
86fd5f2440
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user