From bca467c9265146b521c6568d525736b34e2a2c10 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Fri, 21 May 2021 14:36:43 -0600 Subject: [PATCH] fmt --- 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 a3e7a5eaa..29fea5713 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -756,7 +756,7 @@ where `current_epoch` is defined by the current wall-clock time, and clients MUST support serving requests of blocks on this range. Peers that are unable to reply to block requests within the `MIN_EPOCHS_FOR_BLOCK_REQUESTS` -epoch range SHOULD respond with error code `3: **ResourceUnavailable**`. +epoch range SHOULD respond with error code `3: ResourceUnavailable`. Such peers that are unable to successfully reply to this range of requests MAY get descored or disconnected at any time.