gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -the --allow-http flag is gon


From: gnunet
Subject: [taler-wallet-core] branch master updated: -the --allow-http flag is gone
Date: Mon, 24 Apr 2023 21:23:25 +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 e2e56332e -the --allow-http flag is gone
e2e56332e is described below

commit e2e56332e21e28f4fee8436fba64a6a526a43947
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Apr 24 21:23:22 2023 +0200

    -the --allow-http flag is gone
---
 packages/taler-harness/src/harness/harness.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/taler-harness/src/harness/harness.ts 
b/packages/taler-harness/src/harness/harness.ts
index 0ee0d7960..5c2133064 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -2311,7 +2311,7 @@ export class WalletCli {
         const logName = `wallet-${self.name}`;
         const command = `taler-wallet-cli ${
           self.timetravelArg ?? ""
-        } ${cryptoWorkerArg} --allow-http --no-throttle -LTRACE 
--skip-defaults --wallet-db '${
+        } ${cryptoWorkerArg} --no-throttle -LTRACE --skip-defaults --wallet-db 
'${
           self.dbfile
         }' api '${op}' ${shellWrap(JSON.stringify(payload))}`;
         const resp = await sh(self.globalTestState, logName, command);
@@ -2365,7 +2365,6 @@ export class WalletCli {
       `wallet-${this.name}`,
       "taler-wallet-cli",
       [
-        "--allow-http",
         "--no-throttle",
         ...this.timetravelArgArr,
         "-LTRACE",
@@ -2384,7 +2383,6 @@ export class WalletCli {
       `wallet-${this.name}`,
       "taler-wallet-cli",
       [
-        "--allow-http",
         "--no-throttle",
         "--skip-defaults",
         "-LTRACE",

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