patch test_filtered_block_tree test generator based on @ajsutton report

This commit is contained in:
Danny Ryan 2021-03-24 12:36:25 -06:00
parent 5e83e60a59
commit 6c0a0ab3f2
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
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),
}
})