Skip to content

Commit

Permalink
add ErrInvalidCode (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored Mar 24, 2022
1 parent 12222e4 commit 0e2bbab
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
76 changes: 40 additions & 36 deletions golang/iotextypes/receiptstatus.pb.go

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

1 change: 1 addition & 0 deletions proto/types/receiptstatus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ enum ReceiptStatus {
ErrGasUintOverflow = 113;
ErrInvalidRetsub = 114;
ErrReturnStackExceeded = 115;
ErrInvalidCode = 116;

//2xx for Staking ErrorCode
ErrLoadAccount = 200;
Expand Down

0 comments on commit 0e2bbab

Please sign in to comment.