-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 logName = `wallet-${self.name}`;
|
||||||
const command = `taler-wallet-cli ${
|
const command = `taler-wallet-cli ${
|
||||||
self.timetravelArg ?? ""
|
self.timetravelArg ?? ""
|
||||||
} ${cryptoWorkerArg} --allow-http --no-throttle -LTRACE --skip-defaults --wallet-db '${
|
} ${cryptoWorkerArg} --no-throttle -LTRACE --skip-defaults --wallet-db '${
|
||||||
self.dbfile
|
self.dbfile
|
||||||
}' api '${op}' ${shellWrap(JSON.stringify(payload))}`;
|
}' api '${op}' ${shellWrap(JSON.stringify(payload))}`;
|
||||||
const resp = await sh(self.globalTestState, logName, command);
|
const resp = await sh(self.globalTestState, logName, command);
|
||||||
@ -2365,7 +2365,6 @@ export class WalletCli {
|
|||||||
`wallet-${this.name}`,
|
`wallet-${this.name}`,
|
||||||
"taler-wallet-cli",
|
"taler-wallet-cli",
|
||||||
[
|
[
|
||||||
"--allow-http",
|
|
||||||
"--no-throttle",
|
"--no-throttle",
|
||||||
...this.timetravelArgArr,
|
...this.timetravelArgArr,
|
||||||
"-LTRACE",
|
"-LTRACE",
|
||||||
@ -2384,7 +2383,6 @@ export class WalletCli {
|
|||||||
`wallet-${this.name}`,
|
`wallet-${this.name}`,
|
||||||
"taler-wallet-cli",
|
"taler-wallet-cli",
|
||||||
[
|
[
|
||||||
"--allow-http",
|
|
||||||
"--no-throttle",
|
"--no-throttle",
|
||||||
"--skip-defaults",
|
"--skip-defaults",
|
||||||
"-LTRACE",
|
"-LTRACE",
|
||||||
|
Loading…
Reference in New Issue
Block a user