Skip to content

Commit

Permalink
Adjusts error 53
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Sep 27, 2024
1 parent 182a073 commit bd22c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ var (
Code: 52,
Message: "Invalid transaction nonce",
}
ErrInsufficientMaxFee = &RPCError{
ErrInsufficientResourcesForValidate = &RPCError{
Code: 53,
Message: "Max fee is smaller than the minimal transaction cost (validation plus fee transfer)",
Message: "The transaction's resources don't cover validation or the minimal transaction fee",
}
ErrInsufficientAccountBalance = &RPCError{
Code: 54,
Expand Down

0 comments on commit bd22c59

Please sign in to comment.