Fix hf when import with verify off

Delete the hf tables, so the next open will rescan and regenerate
This commit is contained in:
Howard Chu
2016-01-15 14:00:58 +00:00
parent 810acab742
commit 30f92f5630
6 changed files with 30 additions and 0 deletions

View File

@@ -2150,6 +2150,11 @@ uint64_t BlockchainBDB::get_hard_fork_starting_height(uint8_t version) const
return result;
}
void BlockchainBDB::check_hard_fork_info()
{
/* FIXME: Some other time */
}
void BlockchainBDB::set_hard_fork_version(uint64_t height, uint8_t version)
{
LOG_PRINT_L3("BlockchainBDB::" << __func__);