Skip to content

Commit

Permalink
rusk: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fed-franz committed Dec 20, 2024
1 parent 13e4f9e commit 69ff441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk/src/lib/node/rusk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::sync::{mpsc, Arc};
use std::time::{Duration, Instant};
use std::{fs, io};

use dusk_bytes::{DeserializableSlice, Serializable};
use dusk_bytes::Serializable;
use dusk_consensus::config::{
ratification_extra, ratification_quorum, validation_extra,
validation_quorum, MAX_NUMBER_OF_TRANSACTIONS,
Expand Down

0 comments on commit 69ff441

Please sign in to comment.