Skip to content

Commit

Permalink
fix rebase artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dungeon-master-666 committed Aug 10, 2024
1 parent 3ad2f06 commit e344339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/db/archive-slice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ void ArchiveSlice::before_query() {
default:
UNREACHABLE();
}
kv_ = std::make_unique<td::RocksDb>(td::RocksDb::open(db_path_).move_as_ok());
std::string value;
auto R2 = kv_->get("status", value);
R2.ensure();
Expand Down

0 comments on commit e344339

Please sign in to comment.