Browse Source

chore: Fix uncaught code formatting

x 6 months ago
parent
commit
1c806010c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/explorer/src/main.rs

+ 1 - 1
bin/explorer/src/main.rs

@@ -371,7 +371,7 @@ async fn realmain(
                 let req = JsonRequest::new("blockchain.subscribe_blocks", JsonValue::Array(vec![]));
 
                 if let Err(e) = rpc_client.subscribe(req, explorer_.blocks_publisher.clone()).await {
-                   rpc_client.stop().await;
+                    rpc_client.stop().await;
                     warn!(target: "explorer::subscribe_blocks", "darkfid RPC connection lost ({e}), retrying...");
                     msleep(500).await;
                 }