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-util/src/taler-types.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/taler-types.ts b/packages/taler-util/src/taler-types.ts index f9e39e77e..48eb49d22 100644 --- a/packages/taler-util/src/taler-types.ts +++ b/packages/taler-util/src/taler-types.ts @@ -843,7 +843,6 @@ export interface AccountInfo { } export interface ExchangeWireJson { - master_public_key: string; accounts: AccountInfo[]; fees: { [methodName: string]: WireFeesJson[] }; } @@ -1433,7 +1432,6 @@ export const codecForExchangeWireJson = (): Codec => buildCodecForObject() .property("accounts", codecForList(codecForAccountInfo())) .property("fees", codecForMap(codecForList(codecForWireFeesJson()))) - .property("master_public_key", codecForString()) .build("ExchangeWireJson"); export const codecForProposal = (): Codec => -- cgit v1.2.3