Skip to content

Commit

Permalink
fix(starknet_provider): add missing JSON RPC error code 41 (TRANSACTI…
Browse files Browse the repository at this point in the history
…ON_EXECUTION_ERROR) (#481)
  • Loading branch information
ptisserand authored Mar 4, 2025
1 parent fab8cd5 commit 947dde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ enum JsonRpcApiErrorCode {
TOO_MANY_KEYS_IN_FILTER, // new in spec 0.3.0
@JsonValue(40)
CONTRACT_ERROR,
@JsonValue(41)
TRANSACTION_EXECUTION_ERROR,
@JsonValue(50)
INVALID_CONTRACT_CLASS, // from pathfinder code
@JsonValue(51)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 947dde3

Please sign in to comment.