Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Dec 14, 2024
1 parent 921206f commit 3625b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl/phase1/forkchoice/fork_graph/fork_graph_disk_fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func (f *forkGraphDisk) readBeaconStateFromDisk(blockRoot libcommon.Hash, out *s
var file afero.File
f.stateDumpLock.Lock()
defer f.stateDumpLock.Unlock()
fmt.Println("getState")

file, err = f.fs.Open(getBeaconStateFilename(blockRoot))
if err != nil {
Expand Down

0 comments on commit 3625b9a

Please sign in to comment.