Skip to content

Commit

Permalink
fix wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Apr 26, 2024
1 parent e9adda3 commit 478aed5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 62 deletions.
2 changes: 1 addition & 1 deletion proto/osmosis/smartaccount/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message GetAuthenticatorsResponse {
// MsgGetAuthenticatorRequest defines the Msg/GetAuthenticator request type.
message GetAuthenticatorRequest {
string account = 1;
string authenticator_id = 2;
uint64 authenticator_id = 2;
}

// MsgGetAuthenticatorResponse defines the Msg/GetAuthenticator response type.
Expand Down
102 changes: 43 additions & 59 deletions x/smart-account/types/query.pb.go

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

4 changes: 2 additions & 2 deletions x/smart-account/types/query.pb.gw.go

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

0 comments on commit 478aed5

Please sign in to comment.