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 819ec79 commit fce40f6Copy full SHA for fce40f6
src/p2p/behaviour.rs
@@ -93,7 +93,7 @@ fn create_gossipsub_behavior(author: PeerId) -> gossipsub::Behaviour {
93
94
/// We accept permissive validation mode, meaning that we accept all messages
95
/// and check their fields based on whether they exist or not.
96
- const VALIDATION_MODE: ValidationMode = ValidationMode::None;
+ const VALIDATION_MODE: ValidationMode = ValidationMode::Permissive;
97
98
/// Gossip cache TTL in seconds
99
const GOSSIP_TTL_SECS: u64 = 100;
0 commit comments