Merge pull request #2272 from ethereum/fix-filter-test
patch test_filtered_block_tree test generator
This commit is contained in:
commit
e095090cf4
|
@ -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),
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue