Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 21, 2024
1 parent d227aec commit 01e3828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ accountsKeeper, err := accounts.NewKeeper(

Choose the method that best fits your application structure.

### The accountsstd Package
### The accountstd Package

The `accountsstd` package provides utility functions for use within account init, execution, or query handlers. Key functions include:
The `accountstd` package provides utility functions for use within account init, execution, or query handlers. Key functions include:

1. `Whoami()`: Retrieves the address of the current account.
2. `Sender()`: Gets the address of the transaction sender (not available in queries).
Expand Down

0 comments on commit 01e3828

Please sign in to comment.