Skip to content

Commit

Permalink
Merge pull request #539 from JackDrogon/hotfix/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
taobun authored Jan 3, 2025
2 parents 8cd21b8 + 1682371 commit 60f1792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proto/band/bandtss/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option go_package = "github.com/bandprotocol/chain/v3/x/bandtss/types";

// GenesisState defines the bandtss module's genesis state.
message GenesisState {
// params defines all the paramiters of the module.
// params defines all the parameters of the module.
Params params = 1 [(gogoproto.nullable) = false];
// members is an array containing members information.
repeated Member members = 2 [(gogoproto.nullable) = false];
Expand Down
2 changes: 1 addition & 1 deletion proto/band/oracle/v1/oracle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ enum ResolveStatus {
RESOLVE_STATUS_OPEN_UNSPECIFIED = 0 [(gogoproto.enumvalue_customname) = "RESOLVE_STATUS_OPEN"];
// Success - the request has been resolved successfully with no errors.
RESOLVE_STATUS_SUCCESS = 1 [(gogoproto.enumvalue_customname) = "RESOLVE_STATUS_SUCCESS"];
// Failure - an error occured during the request's resolve call.
// Failure - an error occurred during the request's resolve call.
RESOLVE_STATUS_FAILURE = 2 [(gogoproto.enumvalue_customname) = "RESOLVE_STATUS_FAILURE"];
// Expired - the request does not get enough reports from validator within the
// timeframe.
Expand Down
2 changes: 1 addition & 1 deletion proto/band/tss/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option go_package = "github.com/bandprotocol/chain/v3/x/tss/types";

// GenesisState defines the tss module's genesis state.
message GenesisState {
// params defines all the paramiters of the module.
// params defines all the parameters of the module.
Params params = 1 [(gogoproto.nullable) = false];
// groups is an array containing information about each group.
repeated Group groups = 2 [(gogoproto.nullable) = false];
Expand Down

0 comments on commit 60f1792

Please sign in to comment.