From 61e3484d6ce1db846c435d84cbf5b9c3711a30f2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 Jan 2024 21:29:26 +0100 Subject: wallet-core,harness: let runIntegrationTest wait for its own transactions --- packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts') diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts index 4fd1ef3b2..2e5af4e78 100644 --- a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts +++ b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts @@ -615,6 +615,7 @@ async function processPeerPushDebitAbortingDeletePurse( currency, coinPubs, RefreshReason.AbortPeerPushDebit, + transactionId, ); ppiRec.status = PeerPushDebitStatus.AbortingRefreshDeleted; ppiRec.abortRefreshGroupId = refresh.refreshGroupId; @@ -847,6 +848,7 @@ async function processPeerPushDebitReady( currency, coinPubs, RefreshReason.AbortPeerPushDebit, + transactionId, ); ppiRec.status = PeerPushDebitStatus.AbortingRefreshExpired; ppiRec.abortRefreshGroupId = refresh.refreshGroupId; -- cgit v1.2.3