From a1b2a9e1fff28bc2bb06addd4bc5d301f48dc6a6 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Sat, 8 Feb 2025 10:06:34 +0100 Subject: [PATCH] Update system_api_impl.hpp --- core/api/service/system/impl/system_api_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api/service/system/impl/system_api_impl.hpp b/core/api/service/system/impl/system_api_impl.hpp index 81af5ef6bc..9620fa4a04 100644 --- a/core/api/service/system/impl/system_api_impl.hpp +++ b/core/api/service/system/impl/system_api_impl.hpp @@ -41,7 +41,7 @@ namespace kagome::api { /** * The nonce which should be used for the next extrinsic from \arg - * account_adderss + * account_address */ outcome::result getNonceFor( std::string_view account_address) const override;