Skip to content

Commit 3b6036a

Browse files
apollo_network: turned off message signing
1 parent 89741fe commit 3b6036a

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
@@ -101,7 +101,6 @@ impl MixedBehaviour {
101101
source_string.extend_from_slice(&message.data[0..16]);
102102
gossipsub::MessageId::from(source_string)
103103
})
104-
105104

106105
// .max_messages_per_rpc(Some(1))
107106
.history_length(5)

0 commit comments

Comments
 (0)