Skip to content

Commit

Permalink
Update proto/observer/query.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
brewmaster012 and ws4charlie authored Sep 14, 2023
1 parent 3ba31be commit 1906a6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/observer/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ service Query {

message QueryProveRequest {
uint64 chain_id = 1;
string tx_hash = 4;
string tx_hash = 2;
ethereum.Proof proof = 3;
string block_hash = 4;
int64 tx_index = 5;
ethereum.Proof proof = 5;
string block_hash = 6;
int64 tx_index = 7;
Expand Down

0 comments on commit 1906a6c

Please sign in to comment.