TIL fictitious

This commit is contained in:
Aditya Asgaonkar 2021-04-03 17:26:12 -07:00
parent 9ec252e6f2
commit 5194dd123c
1 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ def test_on_block_outside_safe_slots_and_multiple_better_justified(spec, state):
state, store, last_signed_block = apply_next_epoch_with_attestations(spec, state, store) state, store, last_signed_block = apply_next_epoch_with_attestations(spec, state, store)
last_block_root = hash_tree_root(last_signed_block.message) last_block_root = hash_tree_root(last_signed_block.message)
# Mock ficticious justified checkpoint in store # Mock fictitious justified checkpoint in store
store.justified_checkpoint = spec.Checkpoint( store.justified_checkpoint = spec.Checkpoint(
epoch=spec.compute_epoch_at_slot(last_signed_block.message.slot), epoch=spec.compute_epoch_at_slot(last_signed_block.message.slot),
root=spec.Root("0x4a55535449464945440000000000000000000000000000000000000000000000") root=spec.Root("0x4a55535449464945440000000000000000000000000000000000000000000000")
@ -281,7 +281,7 @@ def test_on_block_outside_safe_slots_but_finality(spec, state):
state, store, last_signed_block = apply_next_epoch_with_attestations(spec, state, store) state, store, last_signed_block = apply_next_epoch_with_attestations(spec, state, store)
last_block_root = hash_tree_root(last_signed_block.message) last_block_root = hash_tree_root(last_signed_block.message)
# Mock ficticious justified checkpoint in store # Mock fictitious justified checkpoint in store
store.justified_checkpoint = spec.Checkpoint( store.justified_checkpoint = spec.Checkpoint(
epoch=spec.compute_epoch_at_slot(last_signed_block.message.slot), epoch=spec.compute_epoch_at_slot(last_signed_block.message.slot),
root=spec.Root("0x4a55535449464945440000000000000000000000000000000000000000000000") root=spec.Root("0x4a55535449464945440000000000000000000000000000000000000000000000")