Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Feb 21, 2024
1 parent 0a5dc1a commit 15bdcc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nano/store/lmdb/successor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class successor : public nano::store::successor
friend class nano::store::lmdb::component;
nano::store::lmdb::component & store;
/**
* Maps head block to owning account
* nano::block_hash -> nano::block_hash
*/
* Maps head block to owning account
* nano::block_hash -> nano::block_hash
*/
MDB_dbi successor_v23_handle{ 0 };

public:
Expand Down

0 comments on commit 15bdcc0

Please sign in to comment.