diff --git a/docs/chap-networking.md b/docs/chap-networking.md index 2b81b6c87..8f97b36c3 100644 --- a/docs/chap-networking.md +++ b/docs/chap-networking.md @@ -475,7 +475,7 @@ See the synchronization chapter for more information ([Chapter -chap-num-ref-](c A **state request** is sent to a peer to request the state at a specified block. The message is a single 32-byte Blake2 hash which indicates the block from which the sync should start. -Depending on what substream is used, the remote peer either sends back a state response ([Definition -def-num-ref-](chap-networking#defn-msg-state-response)) on the `/dot/sync/2` substream or a warp sync proof ([Definition -def-num-ref-](chap-networking#defn-warp-sync-proof)) on the `/dot/sync/warp`. +Depending on what substream is used, the remote peer either sends back a state response ([Definition -def-num-ref-](chap-networking#defn-msg-state-response)) on the `/dot/state/2` substream or a warp sync proof ([Definition -def-num-ref-](chap-networking#defn-warp-sync-proof)) on the `/dot/sync/warp`. ::: ###### Definition -def-num- State Response {#defn-msg-state-response}