We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4b239 commit 4ca7d75Copy full SHA for 4ca7d75
subxt/Cargo.toml
@@ -131,7 +131,7 @@ subxt-signer = { path = "../signer", features = ["unstable-eth"] }
131
subxt-rpcs = { workspace = true, features = ["subxt", "mock-rpc-client"] }
132
# Tracing subscriber is useful for light-client examples to ensure that
133
# the `bootNodes` and chain spec are configured correctly. If all is fine, then
134
-# the light-client wlll emit INFO logs with
+# the light-client will emit INFO logs with
135
# `GrandPa warp sync finished` and `Finalized block runtime ready.`
136
tracing-subscriber = { workspace = true }
137
# These deps are needed to test the reconnecting rpc client
0 commit comments