-missed rename
This commit is contained in:
parent
1747d3ac18
commit
357457018c
@ -1428,7 +1428,7 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>(
|
|||||||
await importDb(ws.db.idbHandle(), req.dump);
|
await importDb(ws.db.idbHandle(), req.dump);
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
case WalletApiOperation.PreparePeerPushPayment: {
|
case WalletApiOperation.PreparePeerPushCredit: {
|
||||||
const req = codecForPreparePeerPushPaymentRequest().decode(payload);
|
const req = codecForPreparePeerPushPaymentRequest().decode(payload);
|
||||||
return await preparePeerPushPayment(ws, req);
|
return await preparePeerPushPayment(ws, req);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user