diff options
-rw-r--r-- | packages/taler-wallet-core/src/db.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index f7cb6e177..12e7820c2 100644 --- 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; |