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 b4753da commit 4432b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/auth/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type AccountsModKeeper interface {
// of auth module current account number
InitAccountNumberSeqUnsafe(ctx context.Context, currentAccNum uint64) error

// MigrateLegacyAccount migrates the given account to an x/accounts' account.
MigrateLegacyAccount(
ctx context.Context,
addr []byte, // The current address of the account
Expand Down

0 comments on commit 4432b93

Please sign in to comment.