nim-eth/eth/db
Etan Kissling d66a29db7c
avoid `XDeclaredButNotUsed` in `kvstore_sqlite3` with empty tuple (#680)
Suppresses an annoying hint that gets triggered when `params is tuple`
but it's an empty tuple without fields.

```
Hint: 'i' is declared but not used [XDeclaredButNotUsed]
```
2024-02-28 22:03:04 +00:00
..
kvstore.nim support only Nim 1.6+ (#606) 2023-05-09 20:19:44 +00:00
kvstore_sqlite3.nim avoid `XDeclaredButNotUsed` in `kvstore_sqlite3` with empty tuple (#680) 2024-02-28 22:03:04 +00:00