commit 369016c5a29b300817aa61ba35845ea0b3f082ef
parent b1ce901df2e0c431f41e34e3e1bd88da45d7b254
Author: Florian Dold <florian@dold.me>
Date: Fri, 2 Jun 2023 16:11:51 +0200
-fully remove
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/packages/taler-wallet-core/src/operations/pay-peer.ts b/packages/taler-wallet-core/src/operations/pay-peer.ts
@@ -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,