File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# beacon_chain
2- # Copyright (c) 2020-2024 Status Research & Development GmbH
2+ # Copyright (c) 2020-2025 Status Research & Development GmbH
33# Licensed and distributed under either of
44# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
8080 of slots:
8181 preState2* {.
8282 argument
83- desc : " State to which to apply specified block " }: string
83+ desc : " State to which to apply specified empty slots " }: string
8484
8585 slot* {.
8686 argument
87- desc : " Block to apply to preState" }: uint64
87+ desc : " Empty slots to apply to preState" }: uint64
8888
8989 postState2* {.
9090 argument
91- desc : " Filename of state resulting from applying blck to preState" }: string
91+ desc : " Filename of state resulting from empty slots to preState" }: string
9292
9393template saveSSZFile (filename: string , value: ForkedHashedBeaconState ) =
9494 try :
You can’t perform that action at this time.
0 commit comments