aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-wallet-core/src/operations/pay-peer.ts8
1 files 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
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,