From 1906a6c4d043a04822d7d5d5706ea2e024466c1a Mon Sep 17 00:00:00 2001 From: brewmaster012 <88689859+brewmaster012@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:10:13 -0500 Subject: [PATCH] Update proto/observer/query.proto Co-authored-by: Charlie Chen <34498985+ws4charlie@users.noreply.github.com> --- proto/observer/query.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proto/observer/query.proto b/proto/observer/query.proto index c11a48b955..eeeb7c7f7e 100644 --- a/proto/observer/query.proto +++ b/proto/observer/query.proto @@ -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;