Skip to content

Commit

Permalink
minor edits from code review
Browse files Browse the repository at this point in the history
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
  • Loading branch information
djrtwo and terencechain authored Mar 26, 2021
1 parent 81a2c2c commit 41a087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/merge/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class BeaconState(phase0.BeaconState):

#### `Transaction`

Application transaction fields structured as an SSZ object for inclusion in an `ApplicationPayload` contained within a `BeaconBlock`.
Application transaction fields structured as an SSZ object for inclusion in an `ApplicationPayload` contained within a `BeaconBlockBody`.

```python
class Transaction(Container):
Expand Down

0 comments on commit 41a087a

Please sign in to comment.