From 369016c5a29b300817aa61ba35845ea0b3f082ef Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 2 Jun 2023 16:11:51 +0200 Subject: -fully remove --- packages/taler-wallet-core/src/operations/pay-peer.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packages/taler-wallet-core') diff --git a/packages/taler-wallet-core/src/operations/pay-peer.ts b/packages/taler-wallet-core/src/operations/pay-peer.ts index edebad65b..28fef6afc 100644 --- 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, -- cgit v1.2.3