gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: wallet-core: DB FIXMEs


From: gnunet
Subject: [taler-wallet-core] 01/02: wallet-core: DB FIXMEs
Date: Wed, 02 Nov 2022 18:23:21 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit 6c3ef31d9a7ba44829e779afed0af9be3ab23723
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 2 17:09:59 2022 +0100

    wallet-core: DB FIXMEs
---
 packages/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
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;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]