File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const BlindedBeaconBlock = @import("types/beacon_block.zig").BlindedBeaconBlock;
14
14
const SignedBlindedBeaconBlock = @import ("types/beacon_block.zig" ).SignedBlindedBeaconBlock ;
15
15
const TestCachedBeaconStateAllForks = @import ("../../test/int/generate_state.zig" ).TestCachedBeaconStateAllForks ;
16
16
const EpochTransitionCacheOpts = @import ("cache/epoch_transition_cache.zig" ).EpochTransitionCacheOpts ;
17
- const EpochTransitionCacheOpts = @import ("cache/epoch_cache .zig" ).;
17
+ const EpochTransitionCache = @import ("cache/epoch_transition_cache .zig" ).EpochTransitionCache ;
18
18
const process_epoch = @import ("epoch/process_epoch.zig" ).process_epoch ;
19
19
const computeEpochAtSlot = @import ("utils/epoch.zig" ).computeEpochAtSlot ;
20
20
const processSlot = @import ("slot/process_slot.zig" ).processSlot ;
@@ -60,7 +60,7 @@ fn processSlotsWithTransientCache(
60
60
// TODO(bing): implement
61
61
// const epochTransitionTimer = metrics?.epochTransitionTime.startTimer();
62
62
// var epoch_transition_cache = beforeProcessEpoch(post_state, epoch_transition_cache_opts);
63
- process_epoch (allocator , post_state , epoch_transition_cache );
63
+ // process_epoch(allocator, post_state, epoch_transition_cache);
64
64
65
65
// registerValidatorStatuses
66
66
You can’t perform that action at this time.
0 commit comments