From 01e3828f8312171b1434f2d021e985c505d1e631 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 21 Oct 2024 07:49:10 +0200 Subject: [PATCH] typo --- x/accounts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/accounts/README.md b/x/accounts/README.md index e5f0df8a848f..48daac8acb2a 100644 --- a/x/accounts/README.md +++ b/x/accounts/README.md @@ -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).