Skip to content

Commit

Permalink
chore: linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdannzor committed Aug 14, 2024
1 parent c6bd6a7 commit b48d7d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion applications/tari_watcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ use helpers::read_registration_file;
use log::*;
use tari_shutdown::{Shutdown, ShutdownSignal};
use tokio::{
fs, task,
fs,
task,
time::{self, Duration},
};

Expand Down
6 changes: 5 additions & 1 deletion applications/tari_watcher/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

use log::*;
use minotari_app_grpc::tari_rpc::{
self as grpc, ConsensusConstants, GetActiveValidatorNodesResponse, RegisterValidatorNodeResponse, TipInfoResponse,
self as grpc,
ConsensusConstants,
GetActiveValidatorNodesResponse,
RegisterValidatorNodeResponse,
TipInfoResponse,
};
use tari_shutdown::ShutdownSignal;
use tokio::sync::{mpsc, oneshot};
Expand Down
5 changes: 4 additions & 1 deletion applications/tari_watcher/src/minotari.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ use std::path::PathBuf;

use anyhow::bail;
use minotari_app_grpc::tari_rpc::{
self as grpc, GetActiveValidatorNodesResponse, RegisterValidatorNodeResponse, TipInfoResponse,
self as grpc,
GetActiveValidatorNodesResponse,
RegisterValidatorNodeResponse,
TipInfoResponse,
};
use minotari_node_grpc_client::BaseNodeGrpcClient;
use minotari_wallet_grpc_client::WalletGrpcClient;
Expand Down

0 comments on commit b48d7d8

Please sign in to comment.