You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.config.net.is_mainnet() && self.config.crescendo_activation.is_active(sink_daa_score + daa_threshold);// activate the protocol version constraint daa_threshold blocks ahead of time
787
787
788
788
let(flows, applied_protocol_version) = if connect_only_new_versions {
789
789
match peer_version.protocol_version{
@@ -793,7 +793,7 @@ impl ConnectionInitializer for FlowContext {
793
793
}else{
794
794
match peer_version.protocol_version{
795
795
v if v >= PROTOCOL_VERSION => (v7::register(self.clone(), router.clone()),PROTOCOL_VERSION),
0 commit comments