diff --git a/subxt/src/error.rs b/subxt/src/error.rs index 0d91adbab5..dd87277646 100644 --- a/subxt/src/error.rs +++ b/subxt/src/error.rs @@ -112,7 +112,7 @@ pub enum RpcError { // Dev note: We need the error to be safely sent between threads // for `subscribe_to_block_headers_filling_in_gaps` and friends. /// Error related to the RPC client. - ClientError(Box), + ClientError(Box), /// The RPC subscription dropped. SubscriptionDropped, }