Skip to content

Commit 6fbe60e

Browse files
apollo_network: turned off message signing
1 parent b17e4f7 commit 6fbe60e

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)