nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit a34f88607254a7024ccf729035cbd585e1318da4
parent 0c61975245c751af17f467783257384ba8ba0a27
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 11 Aug 2023 19:21:04 -0700

ndb: add padding to tags

Diffstat:
Mnostrdb.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nostrdb.h b/nostrdb.h @@ -98,6 +98,7 @@ struct ndb_tag { }; struct ndb_tags { + uint16_t padding; uint16_t count; struct ndb_tag tag[0]; };