Skip to content

Commit

Permalink
IS 1083 snapshotdownload flag
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Oct 24, 2024
1 parent 3aa9283 commit c358786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skaled/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ int main( int argc, char** argv ) try {

std::string urlToDownloadSnapshotFrom = "";
if ( vm.count( "no-snapshot-majority" ) ) {
downloadSnapshotFlag = true;
urlToDownloadSnapshotFrom = vm["no-snapshot-majority"].as< string >();
clog( VerbosityInfo, "main" )
<< "Manually set url to download snapshot from: " << urlToDownloadSnapshotFrom;
Expand Down

0 comments on commit c358786

Please sign in to comment.