-the --allow-http flag is gone
This commit is contained in:
parent
0dc482c2de
commit
e2e56332e2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user