taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit e2e56332e21e28f4fee8436fba64a6a526a43947
parent 0dc482c2ded986425108366de9ff7d95b3ca907e
Author: Florian Dold <florian@dold.me>
Date:   Mon, 24 Apr 2023 21:23:22 +0200

-the --allow-http flag is gone

Diffstat:
Mpackages/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 @@ -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",