Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojJiSharma committed May 29, 2024
1 parent 57d4495 commit a8c01db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rosetta-docker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ impl<T: BlockchainClient> Env<T> {
log::info!("node: {}", node_port);
builder.stop_container(&builder.node_name(&config)).await?;
let node = builder.run_node(&config).await?;
println!("ehhhere ");
let client = match builder.run_connector::<T, Fut, F>(start_connector, config).await {
Ok(connector) => connector,
Err(e) => {
Expand Down

0 comments on commit a8c01db

Please sign in to comment.