mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
clock, stage_usage_analyser: fixed broken dependencies
This commit is contained in:
@@ -17,7 +17,7 @@ use darkfi::{
|
||||
state::{state_transition, ProgramState},
|
||||
Client, MemoryState, State,
|
||||
},
|
||||
util::{cli::progress_bar, expand_path},
|
||||
util::{cli::progress_bar, path::expand_path},
|
||||
wallet::walletdb::init_wallet,
|
||||
};
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ impl Clock {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::consensus::clock::{Clock, Ticks};
|
||||
use super::{Clock, Ticks};
|
||||
use futures::executor::block_on;
|
||||
use std::{thread, time::Duration};
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user