Merge pull request #2272 from ethereum/fix-filter-test

patch test_filtered_block_tree test generator
This commit is contained in:
Hsiao-Wei Wang 2021-03-25 16:18:00 +08:00 committed by GitHub
commit e095090cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ def test_filtered_block_tree(spec, state):
test_steps.append({
'checks': {
'head': get_formatted_head_output(spec, store),
'justified_checkpoint_root': encode_hex(store.justified_checkpoint.hash_tree_root()),
'justified_checkpoint_root': encode_hex(store.justified_checkpoint.root),
}
})