blockchain_import: Add --drop-hard-fork command

This commit is contained in:
warptangent
2016-02-04 17:15:37 -08:00
parent 412243901d
commit c657e772c4
6 changed files with 32 additions and 0 deletions
+5
View File
@@ -2192,6 +2192,11 @@ void BlockchainBDB::check_hard_fork_info()
/* FIXME: Some other time */
}
void BlockchainBDB::drop_hard_fork_info()
{
/* TODO */
}
void BlockchainBDB::set_hard_fork_version(uint64_t height, uint8_t version)
{
LOG_PRINT_L3("BlockchainBDB::" << __func__);