Beacon state diffs!

This commit is contained in:
Michael Sproul
2022-02-24 08:46:03 +11:00
parent 0a4dcdd4e3
commit 143cf59504
38 changed files with 860 additions and 277 deletions

View File

@@ -71,7 +71,7 @@ impl<T: EthSpec> ConsensusContext<T> {
return Ok(current_block_root);
}
let current_block_root = block.tree_hash_root();
let current_block_root = block.message().tree_hash_root();
self.current_block_root = Some(current_block_root);
Ok(current_block_root)
}