From 4ca7d757829c2a3218273b62a9f22c643b223880 Mon Sep 17 00:00:00 2001 From: sunnyraindy Date: Mon, 10 Nov 2025 18:24:18 +0800 Subject: [PATCH] chore: fix typo in subxt/Cargo.toml (#2117) Signed-off-by: sunnyraindy --- subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 7caf8df4d0..08d7b55eb5 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -131,7 +131,7 @@ subxt-signer = { path = "../signer", features = ["unstable-eth"] } subxt-rpcs = { workspace = true, features = ["subxt", "mock-rpc-client"] } # Tracing subscriber is useful for light-client examples to ensure that # the `bootNodes` and chain spec are configured correctly. If all is fine, then -# the light-client wlll emit INFO logs with +# the light-client will emit INFO logs with # `GrandPa warp sync finished` and `Finalized block runtime ready.` tracing-subscriber = { workspace = true } # These deps are needed to test the reconnecting rpc client