We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbae03 commit badc4fdCopy full SHA for badc4fd
validator-session/validator-session.cpp
@@ -1095,7 +1095,7 @@ ValidatorSessionImpl::ValidatorSessionImpl(catchain::CatChainSessionId session_i
1095
, overlay_manager_(overlays)
1096
, allow_unsafe_self_blocks_resync_(allow_unsafe_self_blocks_resync) {
1097
compress_block_candidates_ = opts.proto_version >= 4;
1098
- allow_optimistic_generation_ = opts.proto_version >= 5;
+ allow_optimistic_generation_ = opts.proto_version >= 6;
1099
description_ = ValidatorSessionDescription::create(std::move(opts), nodes, local_id);
1100
src_round_candidate_.resize(description_->get_total_nodes());
1101
}
0 commit comments