From 724139a1f81526648dd0055d4ab4bdfa34796477 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 19 May 2020 10:23:12 -0600 Subject: [PATCH] change gossipsub protocol ID to /meshsub/1.1.0 --- specs/phase0/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index 01d905a38..c8893ead9 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -178,7 +178,7 @@ Where Clients MUST support the [gossipsub v1](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub) libp2p protocol including the [gossipsub v1.1](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md) extension. -**Protocol ID:** `/meshsub/1.0.0` +**Protocol ID:** `/meshsub/1.1.0` **Gossipsub Parameters**