Skip to content

Commit 9b00bfd

Browse files
apollo_network: turned off message signing
1 parent b1490cb commit 9b00bfd

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
@@ -97,7 +97,6 @@ impl MixedBehaviour {
9797
source_string.extend_from_slice(&message.data[0..16]);
9898
gossipsub::MessageId::from(source_string)
9999
})
100-
101100

102101
// .max_messages_per_rpc(Some(1))
103102
.history_length(5)

0 commit comments

Comments
 (0)