taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6c3ef31d9a7ba44829e779afed0af9be3ab23723
parent 14456bb942fa596290c2eb59f287e02c17c37f4c
Author: Florian Dold <florian@dold.me>
Date:   Wed,  2 Nov 2022 17:09:59 +0100

wallet-core: DB FIXMEs

Diffstat:
Mpackages/taler-wallet-core/src/db.ts | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts @@ -526,7 +526,8 @@ export interface ExchangeRecord { * exchange advertises a different master public key and/or * currency. * - * FIXME: Use a rowId here? + * We could use a rowID here, but having the currency in the + * details pointer lets us do fewer DB queries sometimes. */ detailsPointer: ExchangeDetailsPointer | undefined;