Skip to content

Commit ce4f723

Browse files
apollo_network: turned off message signing
1 parent 8ea94e0 commit ce4f723

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/apollo_network/src/mixed_behaviour.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ impl MixedBehaviour {
9999
source_string.extend_from_slice(&message.data[0..16]);
100100
gossipsub::MessageId::from(source_string)
101101
})
102-
103102

104103
// .max_messages_per_rpc(Some(1))
105104
.history_length(5)

0 commit comments

Comments
 (0)