Skip to content

Commit

Permalink
Update proto/zetachain/zetacore/observer/chain_nonces.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmay <[email protected]>
  • Loading branch information
lumtis and kingpinXD authored Jul 23, 2024
1 parent 85eef7c commit 829477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/zetachain/zetacore/observer/chain_nonces.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ message ChainNonces {

// deprecated(v19): index has been replaced by chain_id for unique identifier
string index = 2 [ deprecated = true ];
;


int64 chain_id = 3;
uint64 nonce = 4;
Expand Down

0 comments on commit 829477c

Please sign in to comment.