Merge pull request #2309 from terencechain/fix-spelling

Fix spelling
This commit is contained in:
Danny Ryan 2021-04-05 18:48:40 -06:00 committed by GitHub
commit 05581e759c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,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,

View File

@ -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,