nostrdb

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

commit c201c31646f2c3b8274627e0f1fe624c7c92be3e
parent 3aac9f7aca59cee7f4c5277f0bc3c1d0b28cc92c
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 25 Jan 2024 17:52:26 -0800

tce: fix build for previous TCE change

Fixes: ba86ffd06912 ("tce: add AUTH to-client-event")

Diffstat:
Msrc/nostrdb.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/nostrdb.c b/src/nostrdb.c @@ -1931,6 +1931,7 @@ static int ndb_ingester_process_event(secp256k1_context *ctx, } } else { switch (tce.evtype) { + case NDB_TCE_AUTH: goto cleanup; case NDB_TCE_NOTICE: goto cleanup; case NDB_TCE_EOSE: goto cleanup; case NDB_TCE_OK: goto cleanup;