Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed May 29, 2024
1 parent 56c0812 commit 3910281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func (n *validator) SendBid(ctx context.Context, args types.BidArgs) (common.Has
if strings.Contains(err.Error(), "timeout") {
err = errors.New("timeout when send bid to validator")
}

}

return hash, err
Expand Down

0 comments on commit 3910281

Please sign in to comment.