damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b128330b2a34be555263fc64390c287978f81a2d
parent 934ea80f854d2c9d140690b6bb677f268b4b43e6
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 25 Jan 2024 17:52:26 -0800

nostrdb: tce: fix build for previous TCE change

Fixes: 34093cd1 ("tce: add AUTH to-client-event")
Signed-off-by: William Casarin <jb55@jb55.com>

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

diff --git a/nostrdb/src/nostrdb.c b/nostrdb/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;