Skip to content

Commit

Permalink
address pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
testinginprod committed Sep 23, 2024
1 parent c9d44c2 commit b4753da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion api/cosmos/accounts/defaults/base/v1/base.pulsar.go

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

3 changes: 2 additions & 1 deletion x/accounts/defaults/base/v1/base.pb.go

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

3 changes: 2 additions & 1 deletion x/accounts/proto/cosmos/accounts/defaults/base/v1/base.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import "google/protobuf/any.proto";
message MsgInit {
// pub_key defines a pubkey for the account arbitrary encapsulated.
google.protobuf.Any pub_key = 1;
// init_sequence defines the initial sequence of the account
// init_sequence defines the initial sequence of the account.
// Defaults to zero if not set.
uint64 init_sequence = 2;
}

Expand Down

0 comments on commit b4753da

Please sign in to comment.