chore: remove redundant word in comment (#2090)

Signed-off-by: zhoujiaweii <zjwustc@outlook.com>
This commit is contained in:
zhoujiaweii
2025-09-17 17:01:39 +08:00
committed by GitHub
parent a79c531a82
commit 9080b0b2ae
@@ -20,7 +20,7 @@ pub mod polkadot {}
async fn main() -> Result<(), Box<dyn std::error::Error>> {
tracing_subscriber::fmt::init();
// Create a new client with with a reconnecting RPC client.
// Create a new client with a reconnecting RPC client.
let rpc = RpcClient::builder()
// Reconnect with exponential backoff
//