mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
remove incorrect comment
This commit is contained in:
parent
e53aa98363
commit
aa195cb98e
1 changed files with 0 additions and 4 deletions
|
@ -97,10 +97,6 @@ abstract class FiroCacheCoordinator {
|
|||
return result.map((e) => e["tag"] as String).toSet();
|
||||
}
|
||||
|
||||
/// This should be the equivalent of counting the number of tags in the db.
|
||||
/// Assuming the integrity of the data. Faster than actually calling count on
|
||||
/// a table where no records have been deleted. None should be deleted from
|
||||
/// this table in practice.
|
||||
static Future<int> getUsedCoinTagsCount() async {
|
||||
final result = await _Reader._getUsedCoinTagsCount(
|
||||
db: _FiroCache.usedTagsCacheDB,
|
||||
|
|
Loading…
Reference in a new issue