patch test_filtered_block_tree test generator based on @ajsutton report
This commit is contained in:
parent
5e83e60a59
commit
6c0a0ab3f2
|
@ -211,7 +211,7 @@ def test_filtered_block_tree(spec, state):
|
||||||
test_steps.append({
|
test_steps.append({
|
||||||
'checks': {
|
'checks': {
|
||||||
'head': get_formatted_head_output(spec, store),
|
'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