From 86fc859cc13603dd6307d2631f1de4cd94117f31 Mon Sep 17 00:00:00 2001 From: Thoralf-M Date: Wed, 14 May 2025 12:34:52 +0200 Subject: [PATCH] fix(iota): fix extend expiration command --- crates/iota/src/name_commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/iota/src/name_commands.rs b/crates/iota/src/name_commands.rs index f327e0bd735..a87b0a75f8e 100644 --- a/crates/iota/src/name_commands.rs +++ b/crates/iota/src/name_commands.rs @@ -968,7 +968,7 @@ impl SubdomainCommand { let subdomains_package = fetch_package_id_by_module_and_name( &iota_client, &Identifier::from_str("subdomains")?, - &Identifier::from_str("Subdomains")?, + &Identifier::from_str("SubdomainsAuth")?, ) .await?;