Skip to content

Commit

Permalink
Renaming file "final" to "final_vote".
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Oct 20, 2024
1 parent c272129 commit 96501bc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions nano/secure/ledger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <nano/store/block.hpp>
#include <nano/store/component.hpp>
#include <nano/store/confirmation_height.hpp>
#include <nano/store/final.hpp>
#include <nano/store/final_vote.hpp>
#include <nano/store/online_weight.hpp>
#include <nano/store/peer.hpp>
#include <nano/store/pending.hpp>
Expand Down Expand Up @@ -1523,4 +1523,4 @@ nano::container_info nano::ledger::container_info () const
info.put ("bootstrap_weights", bootstrap_weights);
info.add ("rep_weights", cache.rep_weights.container_info ());
return info;
}
}
4 changes: 2 additions & 2 deletions nano/store/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ add_library(
db_val_impl.hpp
iterator.hpp
iterator_impl.hpp
final.hpp
final_vote.hpp
lmdb/account.hpp
lmdb/block.hpp
lmdb/confirmation_height.hpp
Expand Down Expand Up @@ -58,7 +58,7 @@ add_library(
db_val.cpp
iterator.cpp
iterator_impl.cpp
final.cpp
final_vote.cpp
lmdb/account.cpp
lmdb/block.cpp
lmdb/confirmation_height.cpp
Expand Down
1 change: 0 additions & 1 deletion nano/store/final.cpp

This file was deleted.

1 change: 1 addition & 0 deletions nano/store/final_vote.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <nano/store/final_vote.hpp>
File renamed without changes.
2 changes: 1 addition & 1 deletion nano/store/lmdb/final_vote.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <nano/store/final.hpp>
#include <nano/store/final_vote.hpp>

#include <lmdb/libraries/liblmdb/lmdb.h>

Expand Down
2 changes: 1 addition & 1 deletion nano/store/rocksdb/final_vote.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <nano/store/final.hpp>
#include <nano/store/final_vote.hpp>

namespace nano::store::rocksdb
{
Expand Down

0 comments on commit 96501bc

Please sign in to comment.