Skip to content

Commit

Permalink
remove gas price error
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-krishnan committed Jun 6, 2022
1 parent 6c787df commit f8a1697
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions services/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,6 @@ var (
Message: "unable to parse the transaction",
}

// ErrInvalidGasPrice is returned when input gas price
// is invalid.
ErrInvalidGasPrice = &types.Error{
Code: 21, //nolint
Message: "Gas price invalid",
}

// ErrInvalidGasLimit is returned when input gas limit
// is invalid.
ErrInvalidGasLimit = &types.Error{
Expand Down

0 comments on commit f8a1697

Please sign in to comment.