mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +00:00
chore: remove redundant word in comment (#2090)
Signed-off-by: zhoujiaweii <zjwustc@outlook.com>
This commit is contained in:
@@ -20,7 +20,7 @@ pub mod polkadot {}
|
|||||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
tracing_subscriber::fmt::init();
|
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()
|
let rpc = RpcClient::builder()
|
||||||
// Reconnect with exponential backoff
|
// Reconnect with exponential backoff
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user