Skip to content

Commit

Permalink
Fixed typo in logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jan 28, 2025
1 parent 42a8ead commit b7e1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/tier1.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func (s *Tier1Service) Blocks(
return connectError
}

logger.Debug("Blocks request completed witout error")
logger.Debug("Blocks request completed without error")
return nil
}

Expand Down

0 comments on commit b7e1e86

Please sign in to comment.