Skip to content

Commit

Permalink
rename txHashList to txHash
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsethia committed Jul 13, 2024
1 parent a076710 commit 43676ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/zetachain/zetacore/crosschain/outbound_tracker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package zetachain.zetacore.crosschain;

option go_package = "github.com/zeta-chain/zetacore/x/crosschain/types";

message TxHashList {
message TxHash {
string tx_hash = 1;
string tx_signer = 2;
bool proved = 3;
Expand All @@ -12,5 +12,5 @@ message OutboundTracker {
string index = 1; // format: "chain-nonce"
int64 chain_id = 2;
uint64 nonce = 3;
repeated TxHashList hash_list = 4;
repeated TxHash hash_list = 4;
}

0 comments on commit 43676ff

Please sign in to comment.