From 8a2cb3f2e40fbba349a8d10affc81a0a397cb972 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Tue, 7 Jan 2025 21:52:29 -0500 Subject: [PATCH] Comment. --- include/bitcoin/database/primitives/nomap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bitcoin/database/primitives/nomap.hpp b/include/bitcoin/database/primitives/nomap.hpp index dd2a2d74..b512f35c 100644 --- a/include/bitcoin/database/primitives/nomap.hpp +++ b/include/bitcoin/database/primitives/nomap.hpp @@ -102,7 +102,7 @@ class nomap using manager = database::manager, Size>; using head = database::arrayhead; - // Unsafe with zero buckets (index/top/push). + // Thread safe (index/top/push). // Not thread safe (create/open/close/backup/restore). head head_;