diff --git a/proc-macros/src/render_client.rs b/proc-macros/src/render_client.rs index 800c70b81b..f5eb83e089 100644 --- a/proc-macros/src/render_client.rs +++ b/proc-macros/src/render_client.rs @@ -63,7 +63,7 @@ impl RpcDescription { #(#sub_impls)* } - impl #trait_name #type_generics for TypeJsonRpseeInteral where TypeJsonRpseeInteral: #super_trait #(,#where_clause)* {} + impl #trait_name #type_generics for TypeJsonRpseeInternal where TypeJsonRpseeInternal: #super_trait #(,#where_clause)* {} }; Ok(trait_impl)