diff options
Diffstat (limited to 'packages/taler-util')
| -rw-r--r-- | packages/taler-util/src/taler-types.ts | 2 | 
1 files changed, 0 insertions, 2 deletions
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<ExchangeWireJson> =>    buildCodecForObject<ExchangeWireJson>()      .property("accounts", codecForList(codecForAccountInfo()))      .property("fees", codecForMap(codecForList(codecForWireFeesJson()))) -    .property("master_public_key", codecForString())      .build("ExchangeWireJson");  export const codecForProposal = (): Codec<Proposal> =>  | 
