Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jul 28, 2022
1 parent ca9eaea commit 3cb3798
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions zebrad/tests/common/lightwalletd/send_transaction_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ use zebra_chain::{
use zebra_state::HashOrHeight;

use crate::common::{
cached_state::{
load_tip_height_from_state_directory,
start_state_service_with_cache_dir,
},
cached_state::{load_tip_height_from_state_directory, start_state_service_with_cache_dir},
launch::spawn_zebrad_for_rpc_without_initial_peers,
lightwalletd::{
wallet_grpc::{self, connect_to_lightwalletd, spawn_lightwalletd_with_rpc_server},
Expand Down Expand Up @@ -142,8 +139,8 @@ async fn load_transactions_from_a_future_block(
network: Network,
zebrad_state_path: PathBuf,
) -> Result<Vec<Arc<Transaction>>> {

let partial_sync_height = load_tip_height_from_state_directory(network, zebrad_state_path.as_ref()).await?;
let partial_sync_height =
load_tip_height_from_state_directory(network, zebrad_state_path.as_ref()).await?;

tracing::info!(
?partial_sync_height,
Expand Down

0 comments on commit 3cb3798

Please sign in to comment.