Skip to content

Commit 0e2bbab

Browse files
authored
add ErrInvalidCode (#127)
1 parent 12222e4 commit 0e2bbab

File tree

2 files changed

+41
-36
lines changed

2 files changed

+41
-36
lines changed

golang/iotextypes/receiptstatus.pb.go

Lines changed: 40 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/types/receiptstatus.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ enum ReceiptStatus {
3535
ErrGasUintOverflow = 113;
3636
ErrInvalidRetsub = 114;
3737
ErrReturnStackExceeded = 115;
38+
ErrInvalidCode = 116;
3839

3940
//2xx for Staking ErrorCode
4041
ErrLoadAccount = 200;

0 commit comments

Comments
 (0)