Skip to content

Commit

Permalink
Fix Registration Verification Log (#3634)
Browse files Browse the repository at this point in the history
* fix log

* make entry true again
  • Loading branch information
jparr721 authored Sep 3, 2024
1 parent 7b6e874 commit b6e0c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/orchestrator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ where
network_config.config.known_nodes_with_stake = vec![];
network_config.config.known_da_nodes = vec![];

if network_config.enable_registration_verification {
if !network_config.enable_registration_verification {
tracing::error!("REGISTRATION VERIFICATION IS TURNED OFF");
}

Expand Down

0 comments on commit b6e0c69

Please sign in to comment.