-missed rename

This commit is contained in:
Florian Dold 2023-02-20 01:17:18 +01:00
parent 1747d3ac18
commit 357457018c
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -1428,7 +1428,7 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>(
await importDb(ws.db.idbHandle(), req.dump);
return [];
}
case WalletApiOperation.PreparePeerPushPayment: {
case WalletApiOperation.PreparePeerPushCredit: {
const req = codecForPreparePeerPushPaymentRequest().decode(payload);
return await preparePeerPushPayment(ws, req);
}