Skip to content

Commit

Permalink
make validation permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Dec 24, 2024
1 parent 1bea0c7 commit 2172c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async fn build_anchor_behaviour(
.duplicate_cache_time(duplicate_cache_time)
.message_id_fn(gossip_message_id)
.flood_publish(false)
.validation_mode(ValidationMode::Strict)
.validation_mode(ValidationMode::Permissive)
.mesh_n(8) //D
.mesh_n_low(6) // Dlo
.mesh_n_high(12) // Dhi
Expand Down

0 comments on commit 2172c8d

Please sign in to comment.