Don't use rewind in the close DB during shutdown
This commit is contained in:
parent
494482eba5
commit
0f0fac92fe
1 changed files with 1 additions and 1 deletions
|
|
@ -1010,7 +1010,7 @@ void application::shutdown() {
|
|||
if (my->_p2p_network)
|
||||
my->_p2p_network->close();
|
||||
if (my->_chain_db)
|
||||
my->_chain_db->close();
|
||||
my->_chain_db->close(false);
|
||||
}
|
||||
|
||||
void application::initialize_plugins(const boost::program_options::variables_map &options) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue