diff --git a/soroban-sdk/src/token.rs b/soroban-sdk/src/token.rs index 6deaa7c28..f3963eda2 100644 --- a/soroban-sdk/src/token.rs +++ b/soroban-sdk/src/token.rs @@ -163,7 +163,7 @@ pub trait Interface { /// Interface for admin capabilities for Token contracts, such as the Stellar /// Asset Contract. #[contractspecfn(name = "StellarAssetSpec", export = false)] -#[contractclient(crate_path = "crate", name = "AdminClient")] +#[contractclient(crate_path = "crate", name = "StellarAssetAdminClient")] pub trait StellarAssetAdminInterface { /// Sets the administrator to the specified address `new_admin`. ///