commit 4a9a4b9b3bdbadc6c1d16499e76b7f47b8d2cc59 parent 7b62d04f2c3fec5ee1a67650da4b4087cae7b4dd Author: Florian Dold <florian@dold.me> Date: Thu, 30 Nov 2023 21:56:47 +0100 wallet-core: construct correct txid for notification Diffstat:
| M | packages/taler-wallet-core/src/operations/pay-peer-pull-credit.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ -257,7 +257,7 @@ async function processPeerPullCreditAbortingDeletePurse( ): Promise<TaskRunResult> { const { pursePub, pursePriv } = peerPullIni; const transactionId = constructTransactionIdentifier({ - tag: TransactionType.PeerPushDebit, + tag: TransactionType.PeerPullCredit, pursePub, });