Skip to content

Commit

Permalink
add tx hash to evm info proto
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlanders committed Apr 18, 2024
1 parent 2c9ac73 commit f900f4f
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 30 deletions.
113 changes: 83 additions & 30 deletions abci/types/types.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/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ message Evidence {
message EvmTxInfo {
string senderAddress = 1;
uint64 nonce = 2;
string txHash = 3;
}

//----------------------------------------
Expand Down

0 comments on commit f900f4f

Please sign in to comment.