Skip to content

Commit

Permalink
GH-2048 Remove extra open
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 20, 2024
1 parent 23bee43 commit 175af8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/chain/fork_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,6 @@ namespace eosio::chain {
forkdb.open(fork_db_file, validator);
});
}
apply<void>([&](auto& forkdb) {
forkdb.open(fork_db_file, validator);
});
} FC_CAPTURE_AND_RETHROW( (fork_db_file) )
}
}
Expand Down

0 comments on commit 175af8f

Please sign in to comment.