Fix build error on gitlab
- Unused variable removed
This commit is contained in:
parent
e1a3241f93
commit
a0f24b775b
1 changed files with 0 additions and 1 deletions
|
|
@ -375,7 +375,6 @@ namespace detail {
|
||||||
}
|
}
|
||||||
_chain_db->add_checkpoints( loaded_checkpoints );
|
_chain_db->add_checkpoints( loaded_checkpoints );
|
||||||
|
|
||||||
bool replay = false;
|
|
||||||
std::string replay_reason = "reason not provided";
|
std::string replay_reason = "reason not provided";
|
||||||
|
|
||||||
if( _options->count("replay-blockchain") )
|
if( _options->count("replay-blockchain") )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue