Skip to content

Commit

Permalink
Update block/manager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel T <[email protected]>
  • Loading branch information
srene and danwt authored May 16, 2024
1 parent 50950b9 commit 0597b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func (m *Manager) Start(ctx context.Context) error {

// TODO: populate the accumulatedSize on startup

// Start syncing from DA
err = m.syncBlockManager()
if err != nil {
return fmt.Errorf("sync block manager: %w", err)
Expand Down

0 comments on commit 0597b28

Please sign in to comment.