Skip to content

Commit

Permalink
chore: Improve get solver URL error message (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins authored Jan 8, 2025
1 parent 77b86af commit 0b627ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/web3/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ func (sdk *Web3SDK) GetSolverUrl(address string) (string, error) {
common.HexToAddress(address),
)
if err != nil {
log.Error().Msgf("GetUser error")
log.Error().Msgf("error: %s", err)
log.Error().Msgf("Failed to discover solver URL: %s", err)
return "", err
}

Expand Down

0 comments on commit 0b627ad

Please sign in to comment.