Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jan 14, 2025
1 parent d191b10 commit 8f28a8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions service/bfg/bfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,7 @@ func (s *Server) walkChain(ctx context.Context, tip uint64, exitFast bool) error
if exitFast {
return nil
}
}

if err != nil {
} else if err != nil {
return err
}

Expand Down

0 comments on commit 8f28a8f

Please sign in to comment.