From af2ad00d84ba386883769b1886e4b2382b1500db Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 11 Jun 2021 13:26:18 +0200 Subject: store exchange public key with signature on denomination --- packages/taler-wallet-core/src/db.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/taler-wallet-core/src/db.ts') diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index 727e9de0b..5e2a3fefa 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -513,6 +513,12 @@ export interface DenominationRecord { * Base URL of the exchange. */ exchangeBaseUrl: string; + + /** + * Master public key of the exchange that made the signature + * on the denomination. + */ + exchangeMasterPub: string; } export interface ExchangeBankAccount { -- cgit v1.2.3