Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update storage interface, impl, test to support dynamic head. #531

Merged
merged 10 commits into from
Jan 8, 2025
Prev Previous commit
Next Next commit
Comment typo.
evoskuil committed Jan 7, 2025
commit 5871dcf7072fb3495ad8fa63610db6eeb4ddd064
2 changes: 1 addition & 1 deletion include/bitcoin/database/primitives/hashmap.hpp
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ class hashmap
/// True if an instance of object with key exists.
bool exists(const Key& key) const NOEXCEPT;

/// Return first element link or terimnal if not found/error.
/// Return first element link or terminal if not found/error.
Link first(const Key& key) const NOEXCEPT;

/// Iterator holds shared lock on storage remap.