nostrdb/Fix typos
Closes: https://github.com/damus-io/nostrdb/pull/25 Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
75c7adddb8
commit
099b588be2
@@ -268,7 +268,7 @@ static int ndb_make_text_search_key(unsigned char *buf, int bufsize,
|
||||
|
||||
// TODO: need update this to uint64_t
|
||||
// we push this first because our query function can pull this off
|
||||
// quicky to check matches
|
||||
// quickly to check matches
|
||||
if (!cursor_push_varint(&cur, (int32_t)note_id))
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user