From feb3b5ea0d021192c9b6759c20f10d2e21d6f711 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 13 May 2019 10:55:08 +1000 Subject: [PATCH] Correct typo --- specs/networking/libp2p-standardization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/networking/libp2p-standardization.md b/specs/networking/libp2p-standardization.md index 1f728fa54..d9e856586 100644 --- a/specs/networking/libp2p-standardization.md +++ b/specs/networking/libp2p-standardization.md @@ -152,7 +152,7 @@ The [RPC Interface](./rpc-interface.md) is specified in this repository. **Note: This protocol is a placeholder and will be updated once the discv5 discovery protocol is added to this document** -#### Protocol Id: `/eth/serentiy/id/1.0.0` +#### Protocol Id: `/eth/serenity/id/1.0.0` The Identify protocol (defined in go - [identify-go](https://github.com/ipfs/go-ipfs/blob/master/core/commands/id.go) and rust [rust-identify](https://github.com/libp2p/rust-libp2p/blob/master/protocols/identify/src/lib.rs)) allows a node A to query another node B which information B knows about A. This also includes the addresses B is listening on.