From 7674c76b611ef30e70e0007387e809a78d8bf7ea Mon Sep 17 00:00:00 2001 From: ericsson Date: Wed, 1 Jul 2020 17:23:05 +0300 Subject: [PATCH] get rid of `.message` as `block` is `ShardBlock` already --- specs/phase1/shard-transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase1/shard-transition.md b/specs/phase1/shard-transition.md index e273f2ddc..92e2c5333 100644 --- a/specs/phase1/shard-transition.md +++ b/specs/phase1/shard-transition.md @@ -133,7 +133,7 @@ def is_valid_fraud_proof(beacon_state: BeaconState, else: shard_state = transition.shard_states[offset_index - 1] # Not doing the actual state updates here. - process_shard_block(shard_state, block.message) + process_shard_block(shard_state, block) if shard_state != transition.shard_states[offset_index]: return True