gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: typo


From: gnunet
Subject: [taler-wallet-core] branch master updated: typo
Date: Thu, 05 Aug 2021 22:46:39 +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 7089cafd typo
7089cafd is described below

commit 7089cafdfcae235b34e2030f964272cc2d712ba6
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 5 22:46:36 2021 +0200

    typo
---
 packages/taler-wallet-cli/src/integrationtests/harness.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts 
b/packages/taler-wallet-cli/src/integrationtests/harness.ts
index 77961ff1..03485e03 100644
--- a/packages/taler-wallet-cli/src/integrationtests/harness.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/harness.ts
@@ -1016,7 +1016,7 @@ export class ExchangeService implements 
ExchangeServiceInterface {
 
     const config = Configuration.load(this.configFilename);
     for (const sectionName of config.getSectionNames()) {
-      if (sectionName.startsWith("EXCHANGE_ACCOUNT")) {
+      if (sectionName.startsWith("EXCHANGE-ACCOUNT")) {
         const paytoUri = config.getString(sectionName, "payto_uri").required();
         const p = parsePaytoUri(paytoUri);
         if (!p) {

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