Skip to content

Commit

Permalink
remove dummy panic
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Sep 14, 2023
1 parent cf79c86 commit b74bd71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions accountresolver/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ func (p *Processor) processMergeBlocksFiles(ctx context.Context, filename string
return
}
}
panic("block channel closed, received block")
bundleReader.Close()

}()

err = destinationStore.WriteObject(ctx, filename, bundleReader)
Expand Down

0 comments on commit b74bd71

Please sign in to comment.