Skip to content

Commit

Permalink
Remove accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Oct 5, 2023
1 parent 9d72485 commit e6a5ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func NewClient(config Config) (XOClient, error) {

func (c *Client) IsRetryableError(err jsonrpc2.Error) bool {

fmt.Printf("[ERROR] retry mode: %d and timeout %v, Handling jsonrpc2: %v\n", c.RetryMode, c.RetryMaxTime, err)
if c.RetryMode == None {
return false
}
Expand Down

0 comments on commit e6a5ae0

Please sign in to comment.