From b2f42bf4d79432ee21e2f2b3912ff4bbf7898ada Mon Sep 17 00:00:00 2001 From: terence tsao Date: Mon, 5 Apr 2021 17:05:59 -0700 Subject: [PATCH] broadast -> broadcast --- specs/altair/validator.md | 2 +- specs/phase0/validator.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/altair/validator.md b/specs/altair/validator.md index ae4c64d03..4e3d8cab7 100644 --- a/specs/altair/validator.md +++ b/specs/altair/validator.md @@ -391,7 +391,7 @@ def get_contribution_and_proof(state: BeaconState, ) ``` -Then `signed_contribution_and_proof = SignedContributionAndProof(message=contribution_and_proof, signature=signature)` is constructed and broadast. Where `signature` is obtained from: +Then `signed_contribution_and_proof = SignedContributionAndProof(message=contribution_and_proof, signature=signature)` is constructed and broadcast. Where `signature` is obtained from: ```python def get_contribution_and_proof_signature(state: BeaconState, diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index e09d7ce88..a548003e1 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -589,7 +589,7 @@ def get_aggregate_and_proof(state: BeaconState, ) ``` -Then `signed_aggregate_and_proof = SignedAggregateAndProof(message=aggregate_and_proof, signature=signature)` is constructed and broadast. Where `signature` is obtained from: +Then `signed_aggregate_and_proof = SignedAggregateAndProof(message=aggregate_and_proof, signature=signature)` is constructed and broadcast. Where `signature` is obtained from: ```python def get_aggregate_and_proof_signature(state: BeaconState,