summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-02 16:11:51 +0200
committerFlorian Dold <florian@dold.me>2023-06-02 16:11:51 +0200
commit369016c5a29b300817aa61ba35845ea0b3f082ef (patch)
tree88f0e4f0f0d016dd4d750d199f8fb8b3db627894 /packages/taler-wallet-core/src
parentb1ce901df2e0c431f41e34e3e1bd88da45d7b254 (diff)
downloadwallet-core-369016c5a29b300817aa61ba35845ea0b3f082ef.tar.gz
wallet-core-369016c5a29b300817aa61ba35845ea0b3f082ef.tar.bz2
wallet-core-369016c5a29b300817aa61ba35845ea0b3f082ef.zip
-fully remove
Diffstat (limited to 'packages/taler-wallet-core/src')
-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,