Skip to content

Commit 171e6eb

Browse files
committed
fix: imports
1 parent f979a1a commit 171e6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/prism/src/node_types/sequencer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ use crate::{
1818
da::{DataAvailabilityLayer, FinalizedEpoch},
1919
node_types::NodeType,
2020
storage::Database,
21-
webserver::{OperationInput, WebServer},
21+
webserver::WebServer,
2222
};
2323
use prism_common::{
2424
hashchain::{Hashchain, HashchainEntry},
25-
operation::{AccountSource, Operation},
25+
operation::Operation,
2626
};
2727
use prism_errors::{DatabaseError, GeneralError};
2828

0 commit comments

Comments
 (0)