PR feedback from Danny

This commit is contained in:
Hsiao-Wei Wang
2020-06-30 00:11:43 +08:00
parent d3f2344e45
commit 2c0595da01
3 changed files with 7 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ get_attesting_indices = cache_this(
PHASE1_SUNDRY_FUNCTIONS = '''
def get_block_data_merkle_root(data: ByteList) -> Root:
# To get the Merkle root of the block data, we need the Merkle root without the length Mixing
# To get the Merkle root of the block data, we need the Merkle root without the length mix-in
# The below implements this in the Remerkleable framework
return data.get_backing().get_left().merkle_root()