mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 12:14:19 +00:00
minor nitpick to PR
This commit is contained in:
parent
473c42b994
commit
b2ad6069d4
@ -220,7 +220,8 @@ def finalize_on_12(spec, state, epoch, sufficient_support, messed_up_target):
|
||||
epoch=epoch - 1,
|
||||
source=c2,
|
||||
target=c1,
|
||||
sufficient_support=sufficient_support, messed_up_target=messed_up_target)
|
||||
sufficient_support=sufficient_support,
|
||||
messed_up_target=messed_up_target)
|
||||
|
||||
# process!
|
||||
yield from run_process_just_and_fin(spec, state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user