summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-11-30 21:56:47 +0100
committerFlorian Dold <florian@dold.me>2023-11-30 21:56:47 +0100
commit4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59 (patch)
treed81eca2baedcee4b0bcf5726dc8be9cb26c8fe5e
parent7b62d04f2c3fec5ee1a67650da4b4087cae7b4dd (diff)
downloadwallet-core-4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59.tar.gz
wallet-core-4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59.tar.bz2
wallet-core-4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59.zip
wallet-core: construct correct txid for notification
-rw-r--r--packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts b/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts
index 54b78957f..3bcfa6643 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts
@@ -257,7 +257,7 @@ async function processPeerPullCreditAbortingDeletePurse(
): Promise<TaskRunResult> {
const { pursePub, pursePriv } = peerPullIni;
const transactionId = constructTransactionIdentifier({
- tag: TransactionType.PeerPushDebit,
+ tag: TransactionType.PeerPullCredit,
pursePub,
});