From 41a087a78dd4ff88a2222b709843bf4472b9f3c9 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Fri, 26 Mar 2021 13:12:53 -0600 Subject: [PATCH] minor edits from code review Co-authored-by: terence tsao --- specs/merge/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/beacon-chain.md b/specs/merge/beacon-chain.md index 694df161b..9ddd448a4 100644 --- a/specs/merge/beacon-chain.md +++ b/specs/merge/beacon-chain.md @@ -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):