Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1337 committed Dec 16, 2024
1 parent a6b2250 commit e53de0e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/openapi/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57603,7 +57603,7 @@ definitions:
type: string
tx_signer:
type: string
proved:
proven:
type: boolean
cryptoPubKeySet:
type: object
Expand Down
2 changes: 1 addition & 1 deletion proto/zetachain/zetacore/crosschain/outbound_tracker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message TxHash {
string tx_hash = 1;
string tx_signer = 2;

bool proved = 3 [
bool proven = 3 [
deprecated = true,
(gogoproto.jsontag) = "-",
(gogoproto.moretags) = "yaml:\"-\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export declare class TxHash extends Message<TxHash> {
txSigner: string;

/**
* @generated from field: bool proved = 3 [deprecated = true];
* @generated from field: bool proven = 3 [deprecated = true];
* @deprecated
*/
proved: boolean;
proven: boolean;

constructor(data?: PartialMessage<TxHash>);

Expand Down
36 changes: 18 additions & 18 deletions x/crosschain/types/outbound_tracker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e53de0e

Please sign in to comment.