-fully remove

This commit is contained in:
Florian Dold 2023-06-02 16:11:51 +02:00
parent b1ce901df2
commit 369016c5a2
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -1750,14 +1750,6 @@ export async function processPeerPullCredit(
await tx.peerPullPaymentInitiations.put(pi2);
});
ws.notify({
type: NotificationType.PeerPullCreditReady,
transactionId: constructTransactionIdentifier({
tag: TransactionType.PeerPullCredit,
pursePub: pullIni.pursePub,
}),
});
return {
type: OperationAttemptResultType.Finished,
result: undefined,