gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -resolve error introduced by


From: gnunet
Subject: [taler-wallet-core] branch master updated: -resolve error introduced by merge
Date: Fri, 10 Feb 2023 19:25:08 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 63bb6a427 -resolve error introduced by merge
63bb6a427 is described below

commit 63bb6a42712ea2c07952be32c57bca61e4d49e6c
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Feb 10 19:25:04 2023 +0100

    -resolve error introduced by merge
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index c741f7703..cb1627c1e 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -560,7 +560,7 @@ async function processPlanchetExchangeBatchRequest(
     await ws.db
       .mktx((x) => [x.planchets, x.withdrawalGroups])
       .runReadWrite(async (tx) => {
-        for (let i = startIdx; i < coinIdxs.length; i++) {
+        for (let i = startIdx; i < requestCoinIdxs.length; i++) {
           let planchet = await tx.planchets.indexes.byGroupAndIndex.get([
             withdrawalGroup.withdrawalGroupId,
             requestCoinIdxs[i],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]