|
@@ -157,8 +157,6 @@ async fn realmain(settings: Args, executor: Arc<Executor<'_>>) -> Result<()> {
|
|
|
let executor_cloned = executor.clone();
|
|
let executor_cloned = executor.clone();
|
|
|
executor_cloned.spawn(p2p.clone().run(executor.clone())).detach();
|
|
executor_cloned.spawn(p2p.clone().run(executor.clone())).detach();
|
|
|
|
|
|
|
|
- p2p.clone().wait_for_outbound(executor.clone()).await?;
|
|
|
|
|
-
|
|
|
|
|
//
|
|
//
|
|
|
// RPC interface
|
|
// RPC interface
|
|
|
//
|
|
//
|