Skip to content

Commit 8a2cb3f

Browse files
committed
Comment.
1 parent 9d9f483 commit 8a2cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/database/primitives/nomap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class nomap
102102
using manager = database::manager<Link, system::data_array<zero>, Size>;
103103
using head = database::arrayhead<Link>;
104104

105-
// Unsafe with zero buckets (index/top/push).
105+
// Thread safe (index/top/push).
106106
// Not thread safe (create/open/close/backup/restore).
107107
head head_;
108108

0 commit comments

Comments
 (0)