From b96464fe09605e829dcd5715c69668e64c5454b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Apr 2023 15:04:08 +0200 Subject: Revert "wallet-core: check master public key in /wire response" This reverts commit 7944a36e30182638b35da6e113b29de8b5f16305. --- packages/taler-harness/src/index.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'packages/taler-harness') diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts index b185e151d..ada573698 100644 --- a/packages/taler-harness/src/index.ts +++ b/packages/taler-harness/src/index.ts @@ -24,7 +24,6 @@ import path from "path"; import { addPaytoQueryParams, Amounts, - codecForExchangeWireJson, Configuration, decodeCrock, j2s, @@ -48,7 +47,7 @@ import { lintExchangeDeployment } from "./lint.js"; import { runEnvFull } from "./env-full.js"; import { clk } from "@gnu-taler/taler-util/clk"; import { createPlatformHttpLib } from "@gnu-taler/taler-util/http"; -import { BankAccessApiClient, validateWireInfo } from "@gnu-taler/taler-wallet-core"; +import { BankAccessApiClient } from "@gnu-taler/taler-wallet-core"; const logger = new Logger("taler-harness:index.ts"); @@ -85,14 +84,6 @@ const advancedCli = testingCli.subcommand("advancedArgs", "advanced", { help: "Subcommands for advanced operations (only use if you know what you're doing!).", }); -advancedCli - .subcommand("validateWireResponse", "validate-wire-response") - .action((args) => { - const wireResp = fs.readFileSync(0, "utf8"); - const respJson = JSON.parse(wireResp); - const wireInfo = codecForExchangeWireJson().decode(respJson); - }); - advancedCli .subcommand("decode", "decode", { help: "Decode base32-crockford.", -- cgit v1.2.3