Skip to content

Commit

Permalink
Comment, whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jul 28, 2024
1 parent 8746bb0 commit 0ceaada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/network/net/memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class BCT_API memory
arena* get_arena() NOEXCEPT;
retainer::ptr get_retainer() NOEXCEPT;


private:
// These are thread safe.
arena* arena_;
std::shared_mutex remap_mutex_{};
};
Expand Down

0 comments on commit 0ceaada

Please sign in to comment.