Skip to content

Commit

Permalink
add transaction index into Receipt (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored Jan 12, 2022
1 parent ce30726 commit f9bd49a
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 74 deletions.
158 changes: 84 additions & 74 deletions golang/iotextypes/action.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/action.proto
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ message Receipt {
string contractAddress = 5;
repeated Log logs = 6;
string executionRevertMsg = 7;
uint32 txIndex = 8;
}

message Log {
Expand Down

0 comments on commit f9bd49a

Please sign in to comment.