Skip to content

Commit

Permalink
add tx hash to evm info proto (sei-protocol#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlanders authored and udpatil committed Apr 19, 2024
1 parent a64ddae commit c027db5
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 c027db5

Please sign in to comment.