gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: skip existing coins when appl


From: gnunet
Subject: [taler-wallet-core] branch master updated: skip existing coins when applying a pay coin re-selection
Date: Wed, 23 Jun 2021 10:18:46 +0200

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 6c14268c skip existing coins when applying a pay coin re-selection
6c14268c is described below

commit 6c14268c1a67031722d89227521813234a09a6bb
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jun 23 10:18:40 2021 +0200

    skip existing coins when applying a pay coin re-selection
---
 packages/taler-wallet-core/src/operations/pay.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/operations/pay.ts 
b/packages/taler-wallet-core/src/operations/pay.ts
index 280586c3..2cd3f759 100644
--- a/packages/taler-wallet-core/src/operations/pay.ts
+++ b/packages/taler-wallet-core/src/operations/pay.ts
@@ -406,6 +406,7 @@ export async function applyCoinSpend(
         // FIXME: assign error code
         throw Error("conflicting coin allocation (contrib)");
       }
+      continue;
     }
     coin.status = CoinStatus.Dormant;
     coin.allocation = {

-- 
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]