nostrdb

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

commit b18c8a7119152923fdcaef99606da4d6f92f737b
parent 3feff1f87f7a948cc89a074abc7dd9562258c1cb
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 24 Sep 2023 15:39:22 -0700

actually run profile updates test...

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

diff --git a/test.c b/test.c @@ -781,6 +781,7 @@ static void test_fast_strchr() int main(int argc, const char *argv[]) { test_migrate(); + test_profile_updates(); test_load_profiles(); test_basic_event(); test_empty_tags();