From 092f3e0b167d6ad65d7e83ea75956c276206700a Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 18 Jan 2022 11:22:07 +1100 Subject: [PATCH] Propose -> Propagate --- specs/bellatrix/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/bellatrix/p2p-interface.md b/specs/bellatrix/p2p-interface.md index 4f3a70990..60a9be774 100644 --- a/specs/bellatrix/p2p-interface.md +++ b/specs/bellatrix/p2p-interface.md @@ -213,7 +213,7 @@ gossip and via RPC calls. The reasoning for this is as follows: the chain. 2. Therefore, optimistic nodes must propagate gossip blocks. Otherwise, they'd be censoring. -3. If optimistic nodes will propose blocks via gossip, then they must respond +3. If optimistic nodes will propagate blocks via gossip, then they must respond to requests for the parent via RPC. 4. Therefore, optimistic nodes must send optimistic blocks via RPC.