Skip to content

Commit

Permalink
clippy too many lines after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Nov 1, 2023
1 parent 5f050a2 commit 08332f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ impl tari_rpc::base_node_server::BaseNode for BaseNodeGrpcServer {
type SearchKernelsStream = mpsc::Receiver<Result<tari_rpc::HistoricalBlock, Status>>;
type SearchUtxosStream = mpsc::Receiver<Result<tari_rpc::HistoricalBlock, Status>>;

#[allow(clippy::too_many_lines)]
async fn get_network_difficulty(
&self,
request: Request<tari_rpc::HeightRequest>,
Expand Down

0 comments on commit 08332f6

Please sign in to comment.