wallet-core: DB FIXMEs

This commit is contained in:
Florian Dold 2022-11-02 17:09:59 +01:00
parent 14456bb942
commit 6c3ef31d9a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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;